python.pkgs.cheroot: fix setup patch URL (#47320) (#47354)

Fix to specific patch revision rather than latest
This commit is contained in:
Dylan Simon 2018-09-25 14:20:57 -04:00 committed by xeji
parent 6cd28a468a
commit c77e8096ee

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
patches = fetchpatch {
name = "cheroot-fix-setup-python3.patch";
url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/cheroot-fix-setup-python3.patch?h=packages/python-cheroot";
url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/cheroot-fix-setup-python3.patch?h=packages/python-cheroot&id=9b33cb0885b3c0d91adeacae23761a4321eb0e64";
sha256 = "1rlgz0qln536y00mfqlf0i9hz3f53id73wh47cg5q2vcsw1w2bpc";
};