about summary refs log tree commit diff
path: root/pkgs/development/python-modules/configparser
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-12-07 00:56:02 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-12-14 12:03:19 -0800
commit819ec706e6c21127910e7b04025ea60ce465cb93 (patch)
tree378098ea418c49fbe02a134188c83070439e2742 /pkgs/development/python-modules/configparser
parentef4e4aa489d4d381d2b506a80408bca942ca4a42 (diff)
python3Packages.configparser: 5.1.0 -> 5.2.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 5f227fa4f9efd..9467003e9dd93 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 = "5.1.0";
+  version = "5.2.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "202b9679a809b703720afa2eacaad4c6c2d63196070e5d9edc953c0489dfd536";
+    sha256 = "1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa";
   };
 
   # No tests available