about summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiohttp-apispec
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-04-26 23:22:27 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-04-26 23:22:27 +0200
commit8c736783979cbbbaa54b1e5b829355940445acd1 (patch)
treeb66ab786b54e900e102413f9b855c94f3878c2ee /pkgs/development/python-modules/aiohttp-apispec
parentd123039b2e82526a529d6b680760bad06f2d437d (diff)
python39Packages.aiohttp-apispec: 3.0.0b1 -> 3.0.0b2
Diffstat (limited to 'pkgs/development/python-modules/aiohttp-apispec')
-rw-r--r--pkgs/development/python-modules/aiohttp-apispec/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/python-modules/aiohttp-apispec/default.nix b/pkgs/development/python-modules/aiohttp-apispec/default.nix
index ffd8e698c58e9..df8c1fffdb918 100644
--- a/pkgs/development/python-modules/aiohttp-apispec/default.nix
+++ b/pkgs/development/python-modules/aiohttp-apispec/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "aiohttp-apispec";
-  version = "3.0.0b1";
+  version = "3.0.0b2";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "maximdanilchenko";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-LGdi5ZhJ1G0GxUJVBZnwW3Q+x3Yo9FRV9b6REPlq7As=";
+    hash = "sha256-C+/M25oCLTNGGEUj2EyXn3UjcvPvDYFmmUW8IOoF1uU=";
   };
 
   propagatedBuildInputs = [
@@ -40,11 +40,6 @@ buildPythonPackage rec {
     pytestCheckHook
   ];
 
-  postPatch = ''
-    substituteInPlace requirements.txt \
-      --replace "jinja2<3.0" "jinja2"
-  '';
-
   pythonImportsCheck = [
     "aiohttp_apispec"
   ];