about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elementpath
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-02-12 16:17:47 -0800
committerJon <jonringer@users.noreply.github.com>2020-02-12 17:53:35 -0800
commit21e5e8026516c0293aeccb5297ca40dfc979cfe4 (patch)
tree029c0f849a862f18f83381149b9db1eeefd9b271 /pkgs/development/python-modules/elementpath
parent08444aa09b1caf7179ade0a7cc5592933e50dc45 (diff)
python3Packages.elementpath: 1.4.0 -> 1.4.1
Diffstat (limited to 'pkgs/development/python-modules/elementpath')
-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 7d293edba35ad..22b1c31ece954 100644
--- a/pkgs/development/python-modules/elementpath/default.nix
+++ b/pkgs/development/python-modules/elementpath/default.nix
@@ -1,7 +1,7 @@
 { lib, buildPythonPackage, fetchFromGitHub, isPy27 }:
 
 buildPythonPackage rec {
-  version = "1.4.0";
+  version = "1.4.1";
   pname = "elementpath";
   disabled = isPy27; # uses incompatible class syntax
 
@@ -9,7 +9,7 @@ buildPythonPackage rec {
     owner = "sissaschool";
     repo = "elementpath";
     rev = "v${version}";
-    sha256 = "1fmwy7plcgxam09cx3z11068k0c98wcsgclmxdq8chsd6id3632y";
+    sha256 = "1xgz4aml3g3q2011wxarg25xl3g9zny313p52w9abyy16f40vjy0";
   };
 
   # avoid circular dependency with xmlschema which directly depends on this