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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user