about summary refs log tree commit diff
path: root/pkgs/development/python-modules/apispec
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-27 19:08:17 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-27 19:08:17 +0200
commit9867f9cef6ee2ee3705e69bb9d7be9dadd4e22a5 (patch)
treea23e63a94f68cabb4344ef4597f5e6fe144698c7 /pkgs/development/python-modules/apispec
parent2d18ed2ec5f8cafcbaad12fbaf2acf791afdb9a0 (diff)
python3Packages.apispec: 4.7.0 -> 4.7.1
Diffstat (limited to 'pkgs/development/python-modules/apispec')
-rw-r--r--pkgs/development/python-modules/apispec/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/apispec/default.nix b/pkgs/development/python-modules/apispec/default.nix
index 3bc1e6d4a5cf7..2753864fed814 100644
--- a/pkgs/development/python-modules/apispec/default.nix
+++ b/pkgs/development/python-modules/apispec/default.nix
@@ -12,12 +12,12 @@
 
 buildPythonPackage rec {
   pname = "apispec";
-  version = "4.7.0";
+  version = "4.7.1";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-v6G+yLWyzqZyfgIMOm/hHZYwiN0u1hbhFHXOry1naTc=";
+    sha256 = "1yf71c9nq1rfb5pkgmfw486fvywi1bjnmgwxcly7y3basf3980kr";
   };
 
   propagatedBuildInputs = [