Merge pull request #214693 from NixOS/revert-214558-auto-update/python310Packages.elementpath

Revert "python310Packages.elementpath: 3.0.2 -> 4.0.1"

authored by K900 and committed by GitHub 7590fa36 1201dd5a

+2 -3
+2 -3
pkgs/development/python-modules/elementpath/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "elementpath"; 9 - version = "4.0.1"; 9 + version = "3.0.2"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; ··· 15 15 owner = "sissaschool"; 16 16 repo = "elementpath"; 17 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-BEnSPRuQUnKXtPAJfjxS+fwE0rpPj1U2yRK8eImKMYw="; 18 + hash = "sha256-b+Th28GI2UOmfO4jy4biohAJWPiYWkvFLqqs9lgR4Vc="; 19 19 }; 20 20 21 21 # avoid circular dependency with xmlschema which directly depends on this ··· 28 28 meta = with lib; { 29 29 description = "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"; 30 30 homepage = "https://github.com/sissaschool/elementpath"; 31 - changelog = "https://github.com/sissaschool/elementpath/blob/${version}/CHANGELOG.rst"; 32 31 license = licenses.mit; 33 32 maintainers = with maintainers; [ jonringer ]; 34 33 };