python313Packages.webob: 1.8.8 -> 1.8.9

Diff: https://github.com/Pylons/webob/compare/refs/tags/1.8.8...1.8.9
This commit is contained in:
Fabian Affolter
2025-04-03 23:13:23 +02:00
committed by Martin Weinelt
parent 1544731744
commit 5d85560840
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "webob";
version = "1.8.8";
version = "1.8.9";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Pylons";
repo = "webob";
tag = version;
hash = "sha256-QN0UMLzO0g8Oalnn5GlOulXUxtXOx89jeeEvJV53rVs=";
hash = "sha256-axJQwlybuqBS6RgI2z9pbw58vHF9aC9AxCg13CIKCLs=";
};
build-system = [ setuptools ];