python37Packages.elementpath: 1.4.3 -> 1.4.4

This commit is contained in:
R. RyanTM 2020-05-09 05:27:07 +00:00 committed by Frederik Rietdijk
parent 1aa7ce79d6
commit b6f9567bbf

View file

@ -1,7 +1,7 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy27 }:
buildPythonPackage rec {
version = "1.4.3";
version = "1.4.4";
pname = "elementpath";
disabled = isPy27; # uses incompatible class syntax
@ -9,7 +9,7 @@ buildPythonPackage rec {
owner = "sissaschool";
repo = "elementpath";
rev = "v${version}";
sha256 = "18gqqdsrdlgwn93xnxy6ifxrk7ppaimijinflphxia2qcm8czkgf";
sha256 = "1z7403ykfdb2zy6g4qcbjm87ibpi0k59dgmz1px7z7wy5p2vknxw";
};
# avoid circular dependency with xmlschema which directly depends on this