about summary refs log tree commit diff
path: root/pkgs/development/python-modules/configparser
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:01 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 09:59:55 +0200
commit0026092213b837bbefeb5cb3ccb46c975ca79284 (patch)
tree4d8b72f3e44f64c5163e583d79e918746207bf5c /pkgs/development/python-modules/configparser
parent984de97e3bb7dab341b61c1d1e230591b9b21c8b (diff)
python: configparser: 4.0.2 -> 5.0.0
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 9c6c631d9c277..046cb0d57d912 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 = "4.0.2";
+  version = "5.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c7d282687a5308319bf3d2e7706e575c635b0a470342641c93bea0ea3b5331df";
+    sha256 = "2ca44140ee259b5e3d8aaf47c79c36a7ab0d5e94d70bd4105c03ede7a20ea5a1";
   };
 
   # No tests available