python3Packages.FormEncode: 2.0.0 -> 2.0.1

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:01 +02:00
parent 5f14f68938
commit 50274ba693

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "FormEncode";
version = "2.0.0";
version = "2.0.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "049pm276140h30xgzwylhpii24xcln1qfdlfmbj69sqpfhlr5szj";
sha256 = "8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035";
};
postPatch = ''