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