python311Packages.elementpath: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2024-03-31 18:12:53 +00:00
parent 9bc8f11e87
commit fb63b132a7

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "elementpath";
version = "4.3.0";
version = "4.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "refs/tags/v${version}";
hash = "sha256-DE8XAZwYzbYaTJoBNqHR0x4Wigmke+/zgj562X391qM=";
hash = "sha256-n1Ps0CybeLeDR5E4UnqmSkbFe0SXyplomEGDchAweSY=";
};
nativeBuildInputs = [