Fabian Affolter
2024-09-17 23:01:32 +02:00
parent 6527cfa15b
commit 62c7101156
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "apispec-webframeworks";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "marshmallow-code";
repo = "apispec-webframeworks";
rev = "refs/tags/${version}";
hash = "sha256-qepiaRW36quIgxBtEHMF3HN0wO6jp2uGAHgg5fJoMUY=";
hash = "sha256-V4tdqcHfYRh9VoXUTPXM3SIOogJDJB14SLj5dSd7LzU=";
};
nativeBuildInputs = [ flit-core ];