python311Packages.paste: 3.5.3 -> 3.6.1

This commit is contained in:
R. Ryantm
2023-10-17 18:00:50 +00:00
parent 02f1909394
commit 9037fe3b78
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "paste";
version = "3.5.3";
version = "3.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cdent";
repo = "paste";
rev = "refs/tags/${version}";
hash = "sha256-W02UY9P3qjIFhR/DCpQZyvjEmJYl0MvMcGt9N4xgbaY=";
hash = "sha256-vVCJn8PhLNw0fj+/tTigTEodn9SEKv0VASJf4LKJy20=";
};
postPatch = ''