about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-29 20:18:52 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-29 14:05:37 -0800
commitedaf507d617defcd40d13769a78ba53317882ccc (patch)
tree1d1c2d612ecb07e547f8c992ed0925e04255397a
parenta623bc0ba4dbd879344230f0978b096334317f63 (diff)
python37Packages.green: 3.2.4 -> 3.2.5
-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 280f4de1aca90..8123f188d6e14 100644
--- a/pkgs/development/python-modules/green/default.nix
+++ b/pkgs/development/python-modules/green/default.nix
@@ -8,13 +8,13 @@
 
 buildPythonPackage rec {
   pname = "green";
-  version = "3.2.4";
+  version = "3.2.5";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "3473abb4629c8c1af9f6b59a4f9c757315736580053a64bbfd91ff21ccad57a8";
+    sha256 = "11d595d98afc3363d79e237141ad862c0574a62f92325d9e541ed1b1a54a72ae";
   };
 
   propagatedBuildInputs = [