python311Packages.elementpath: 4.1.3 -> 4.1.4
Diff: https://github.com/sissaschool/elementpath/compare/refs/tags/v4.1.3...v4.1.4 Changelog: https://github.com/sissaschool/elementpath/blob/v4.1.4/CHANGELOG.rst
This commit is contained in:
parent
4424680eb5
commit
55c457557a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue