python37Packages.elementpath: 1.4.3 -> 1.4.4

authored by R. RyanTM and committed by Frederik Rietdijk b6f9567b 1aa7ce79

+2 -2
+2 -2
pkgs/development/python-modules/elementpath/default.nix
··· 1 { lib, buildPythonPackage, fetchFromGitHub, isPy27 }: 2 3 buildPythonPackage rec { 4 - version = "1.4.3"; 5 pname = "elementpath"; 6 disabled = isPy27; # uses incompatible class syntax 7 ··· 9 owner = "sissaschool"; 10 repo = "elementpath"; 11 rev = "v${version}"; 12 - sha256 = "18gqqdsrdlgwn93xnxy6ifxrk7ppaimijinflphxia2qcm8czkgf"; 13 }; 14 15 # avoid circular dependency with xmlschema which directly depends on this
··· 1 { lib, buildPythonPackage, fetchFromGitHub, isPy27 }: 2 3 buildPythonPackage rec { 4 + version = "1.4.4"; 5 pname = "elementpath"; 6 disabled = isPy27; # uses incompatible class syntax 7 ··· 9 owner = "sissaschool"; 10 repo = "elementpath"; 11 rev = "v${version}"; 12 + sha256 = "1z7403ykfdb2zy6g4qcbjm87ibpi0k59dgmz1px7z7wy5p2vknxw"; 13 }; 14 15 # avoid circular dependency with xmlschema which directly depends on this