about summary refs log tree commit diff
path: root/pkgs/development/python-modules/green
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-21 16:28:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-21 16:28:56 +0000
commitad7fa3b56fb5961e2d89107545df6ad5f4f65dc8 (patch)
tree0225f5716c7dd2b49a6a839726b22cf3566ef313 /pkgs/development/python-modules/green
parent23e67cc7fd0d0c7d1569313a30d224bc894b443d (diff)
python39Packages.green: 3.4.0 -> 3.4.1
Diffstat (limited to 'pkgs/development/python-modules/green')
-rw-r--r--pkgs/development/python-modules/green/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/green/default.nix b/pkgs/development/python-modules/green/default.nix
index f0e2e093dc615..ccff2f21e1f96 100644
--- a/pkgs/development/python-modules/green/default.nix
+++ b/pkgs/development/python-modules/green/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "green";
-  version = "3.4.0";
+  version = "3.4.1";
   format = "setuptools";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6325681c94afd0f225c7ea2dcfedfde88c859d60da384d54c9ee70b91e434b14";
+    sha256 = "5dda2d2a277012227011f8f21523d70a550ebe5d47cc890fa16b9fcd9a91da53";
   };
 
   patches = [