From d6b64a69851d430b128ecbeaea714f5de283dc64 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 30 Jun 2022 10:09:12 +0000 Subject: [PATCH] python310Packages.temescal: 0.3 -> 0.5 --- pkgs/development/python-modules/temescal/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/temescal/default.nix b/pkgs/development/python-modules/temescal/default.nix index 429b0a23d18..2c19ab2844a 100644 --- a/pkgs/development/python-modules/temescal/default.nix +++ b/pkgs/development/python-modules/temescal/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "temescal"; - version = "0.3"; + version = "0.5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-V1wsncIm4f6NPa6lwlO9pkDIFBG1K3VhmOQCwyrPGm4="; + hash = "sha256-MfTftheNj8zI3iXIIJU+jy9xikvX9eO58LA0NCMJBnY="; }; propagatedBuildInputs = [