about summary refs log tree commit diff
path: root/pkgs/development/python-modules/configparser
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-16 19:15:34 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-18 12:42:39 +0200
commite0a44a749883031ae7678246532f142eec3ad04c (patch)
treee8c3764bbc7c2a9852238d0704f852a3ee019094 /pkgs/development/python-modules/configparser
parent2c55c775d49842cedb58a9fd1210e153f3814cba (diff)
python: configparser: 3.7.3 -> 3.7.4
Diffstat (limited to 'pkgs/development/python-modules/configparser')
-rw-r--r--pkgs/development/python-modules/configparser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/configparser/default.nix b/pkgs/development/python-modules/configparser/default.nix
index 93b5e58a77452..7fce23f89c110 100644
--- a/pkgs/development/python-modules/configparser/default.nix
+++ b/pkgs/development/python-modules/configparser/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "configparser";
-  version = "3.7.3";
+  version = "3.7.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "27594cf4fc279f321974061ac69164aaebd2749af962ac8686b20503ac0bcf2d";
+    sha256 = "da60d0014fd8c55eb48c1c5354352e363e2d30bbf7057e5e171a468390184c75";
   };
 
   # No tests available