python3Packages.webob: 1.8.9 -> 1.8.10

https://github.com/Pylons/webob/compare/1.8.9...1.8.10
This commit is contained in:
Martin Weinelt
2026-07-12 23:46:19 +02:00
parent b884e4d9e1
commit d7ff4a66cb

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "webob";
version = "1.8.9";
version = "1.8.10";
pyproject = true;
src = fetchFromGitHub {
owner = "Pylons";
repo = "webob";
tag = version;
hash = "sha256-axJQwlybuqBS6RgI2z9pbw58vHF9aC9AxCg13CIKCLs=";
hash = "sha256-r3fURb+Je/XevpeMGb/XEF2xjj1q172P4pTAbGkeloY=";
};
build-system = [ setuptools ];