python313Packages.formencode: 2.1.0 -> 2.1.1

This commit is contained in:
Fabian Affolter
2025-03-07 20:22:37 +01:00
parent 6415f78708
commit 28a4648821
@@ -13,15 +13,14 @@
buildPythonPackage rec {
pname = "formencode";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "FormEncode";
inherit version;
hash = "sha256-63TSIweKKM8BX6iJZsbjTy0Y11EnMY1lwUS+2a/EJj8=";
inherit pname version;
hash = "sha256-4X8WGZ0jLlT2eRIATzrTM827uBoaGhAjis8JurmfkZk=";
};
postPatch = ''