Merge pull request #245610 from r-ryantm/auto-update/python310Packages.elementpath

python310Packages.elementpath: 4.1.4 -> 4.1.5
This commit is contained in:
Fabian Affolter 2023-07-27 11:06:18 +02:00 committed by GitHub
commit 08e5095a1f
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.4";
version = "4.1.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-cU22JdrCTvg8cF1LK9dYfOTztp3qoXV9VK6aMpbKFHc=";
hash = "sha256-5K2xcnTo3/A6/pCxQn5qZqni7C64p/yNAWWJlhQeKe4=";
};
# avoid circular dependency with xmlschema which directly depends on this