Merge pull request #300528 from r-ryantm/auto-update/python311Packages.elementpath

python311Packages.elementpath: 4.3.0 -> 4.4.0
This commit is contained in:
Nick Cao 2024-04-01 08:36:05 -04:00 committed by GitHub
commit b31f3f33d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [