Merge pull request #261680 from r-ryantm/auto-update/python311Packages.paste

python311Packages.paste: 3.5.3 -> 3.6.1
This commit is contained in:
Nick Cao
2023-10-18 10:49:46 -04:00
committed by GitHub
@@ -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 = ''