Merge pull request #240677 from fabaff/elementpath-bump

python311Packages.elementpath: 4.1.3 -> 4.1.4
This commit is contained in:
Nick Cao 2023-06-30 16:53:59 +08:00 committed by GitHub
commit 4b00cf6a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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