Merge pull request #266039 from r-ryantm/auto-update/python310Packages.formencode

python310Packages.formencode: 2.0.1 -> 2.1.0
This commit is contained in:
OTABI Tomoya 2023-11-09 02:13:45 +09:00 committed by GitHub
commit 9fda6d7c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "formencode";
version = "2.0.1";
version = "2.1.0";
disabled = isPy27;
src = fetchPypi {
pname = "FormEncode";
inherit version;
sha256 = "8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035";
sha256 = "sha256-63TSIweKKM8BX6iJZsbjTy0Y11EnMY1lwUS+2a/EJj8=";
};
postPatch = ''