summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-05 06:40:29 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-20 12:13:15 -0700
commit2a804d82aa70ddf078d9a1e4c6250a9a62437e2d (patch)
treebec59276f537c67719a199b611aa9a93231621f6
parente3e79b101016374a4b8bab05dd708e70956dee5a (diff)
python310Packages.elementpath: 2.4.0 -> 2.5.0
-rw-r--r--pkgs/development/python-modules/elementpath/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/elementpath/default.nix b/pkgs/development/python-modules/elementpath/default.nix
index 4dc34f92365e..e756701ab4e4 100644
--- a/pkgs/development/python-modules/elementpath/default.nix
+++ b/pkgs/development/python-modules/elementpath/default.nix
@@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "elementpath";
- version = "2.4.0";
+ version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "v${version}";
- sha256 = "1f3w5zyvrkl4gab81i5z9b41ybs54b37znj5r7hrcf25x8hrqgvv";
+ sha256 = "sha256-I2Vg0rpCFH1Z+N+JgtDv2se6lXsggzOsJn3Fj252aTQ=";
};
# avoid circular dependency with xmlschema which directly depends on this