about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-14 23:36:14 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-19 10:37:38 +0200
commitf4cc27e7b639016c360a0cb18bd7a553a7421164 (patch)
tree6047ca0a0de2fd4c63caaef2254e24bada6d2f45
parent37bead230547d22d0d3a07bde1e5f2dbfdfed8a2 (diff)
python3Packages.oslo-concurrency: 5.0.0 -> 5.0.1
-rw-r--r--pkgs/development/python-modules/oslo-concurrency/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/oslo-concurrency/default.nix b/pkgs/development/python-modules/oslo-concurrency/default.nix
index 3706a4577bf5d..f809bfc5f2ac2 100644
--- a/pkgs/development/python-modules/oslo-concurrency/default.nix
+++ b/pkgs/development/python-modules/oslo-concurrency/default.nix
@@ -18,12 +18,12 @@
 
 buildPythonPackage rec {
   pname = "oslo-concurrency";
-  version = "5.0.0";
+  version = "5.0.1";
 
   src = fetchPypi {
     pname = "oslo.concurrency";
     inherit version;
-    sha256 = "sha256-n0aUbp+KcqBvFP49xBiaTT3TmGKDFSU5OjEZvbvniX4=";
+    sha256 = "sha256-DfvzYJX0Y3/7tl5cJB9MJYUavTtyjd2tnwc5YwKnJUQ=";
   };
 
   postPatch = ''