about summary refs log tree commit diff
path: root/pkgs/development/python-modules/crate
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:13:03 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:08:56 +0100
commit504f11676d85b1db74b4d4beed9ea4e349f4ca22 (patch)
tree14d64103df5ba47ae112e7463548b77c51fc3ce7 /pkgs/development/python-modules/crate
parent7f80647bb138299c143f152f700a2fc5c6b4c558 (diff)
python3Packages.crate: 0.28.0 -> 0.29.0
Diffstat (limited to 'pkgs/development/python-modules/crate')
-rw-r--r--pkgs/development/python-modules/crate/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/crate/default.nix b/pkgs/development/python-modules/crate/default.nix
index 228f3bfd63cd4..c81f2c733a9f8 100644
--- a/pkgs/development/python-modules/crate/default.nix
+++ b/pkgs/development/python-modules/crate/default.nix
@@ -6,17 +6,18 @@
 , isPy3k
 , sqlalchemy
 , pytestCheckHook
+, pytz
 , stdenv
 }:
 
 buildPythonPackage rec {
   pname = "crate";
-  version = "0.28.0";
+  version = "0.29.0";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-lEELJKIjm4509x9d6n9ee4k81gGmLhy7vliAbZykIpA=";
+    sha256 = "sha256-SywW/b4DnVeSzzRiHbDaKTjcuwDnkwrK6vFfaQVIZhQ=";
   };
 
   propagatedBuildInputs = [
@@ -27,6 +28,7 @@ buildPythonPackage rec {
 
   checkInputs = [
     pytestCheckHook
+    pytz
   ];
 
   disabledTests = [