Merge pull request #173457 from r-ryantm/auto-update/python3.10-elementpath

python310Packages.elementpath: 2.5.1 -> 2.5.2

authored by

Fabian Affolter and committed by
GitHub
080eb504 4b9cef5d

+2 -2
+2 -2
pkgs/development/python-modules/elementpath/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "elementpath"; 9 - version = "2.5.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-tejsQ6m9XyMGDIEDzWYwSav5Iqa9S/DIYShOpoSlTWo="; 19 }; 20 21 # avoid circular dependency with xmlschema which directly depends on this
··· 6 7 buildPythonPackage rec { 8 pname = "elementpath"; 9 + version = "2.5.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-JmNG6SXig24X34nQXrpMN9ir9+l8o23ddzw2uyR3qb0="; 19 }; 20 21 # avoid circular dependency with xmlschema which directly depends on this