Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
python37Packages.elementpath: 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 27, 2020
1 parent 1791c1a commit 91f3aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/elementpath/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy27 }:

buildPythonPackage rec {
version = "1.4.4";
version = "1.4.5";
pname = "elementpath";
disabled = isPy27; # uses incompatible class syntax

src = fetchFromGitHub {
owner = "sissaschool";
repo = "elementpath";
rev = "v${version}";
sha256 = "1z7403ykfdb2zy6g4qcbjm87ibpi0k59dgmz1px7z7wy5p2vknxw";
sha256 = "1hqvi7ibhdz812dsjbyyz3rysc6242hi1k9187wwnjmilbbngi3c";
};

# avoid circular dependency with xmlschema which directly depends on this
Expand Down

0 comments on commit 91f3aa9

Please sign in to comment.