3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.elementpath: 4.1.2 -> 4.1.3

This commit is contained in:
R. Ryantm 2023-06-20 04:27:55 +00:00
parent c7df2ea023
commit 98f010cc7b

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "4.1.2";
version = "4.1.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-tu0WH/RwLVjGRX7vFlx7yLhmsE4Svg+qoWIoMbJSZjo=";
hash = "sha256-AkFDAmJX3wyRHHHCNFX/VqAqhNTjaYVoJDTRrFZ71H0=";
};
# avoid circular dependency with xmlschema which directly depends on this