about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-04-21 03:19:02 -0700
committerGitHub <noreply@github.com>2023-04-21 03:19:02 -0700
commite7c59bac33955b86f9a4a2bb4bcc08f8d01ac216 (patch)
tree840b2055644cdeaed2306f2fd0dc9e48ef172b60 /pkgs
parent0038a3c5faeb75f2e9625307b4a0843040a67504 (diff)
parent479629550084d43fda03ed4f6c41e7c22698d11a (diff)
Merge pull request #226321 from fabaff/crate-bump
python310Packages.crate: 0.30.0 -> 0.31.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/crate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/crate/default.nix b/pkgs/development/python-modules/crate/default.nix
index 4da552db399b6..bdfefe2aa28a1 100644
--- a/pkgs/development/python-modules/crate/default.nix
+++ b/pkgs/development/python-modules/crate/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "crate";
-  version = "0.30.0";
+  version = "0.31.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-8xraDCFZbpJZsh3sO5VlSHwnEfH4u4AJZkXA+L4TB60=";
+    hash = "sha256-HhncnVmUXyHLaLkhIFS89NnKoSY42C1GipOqurIsoZ4=";
   };
 
   propagatedBuildInputs = [