pythonPackages.elementpath: 1.1.8 -> 1.3.0
This commit is contained in:
parent
981abce3e2
commit
5a61c5169c
1 changed files with 3 additions and 6 deletions
|
@ -1,17 +1,14 @@
|
||||||
{ buildPythonPackage
|
{ lib, buildPythonPackage, fetchFromGitHub }:
|
||||||
, lib
|
|
||||||
, fetchFromGitHub
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "1.1.8";
|
version = "1.3.0";
|
||||||
pname = "elementpath";
|
pname = "elementpath";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sissaschool";
|
owner = "sissaschool";
|
||||||
repo = "elementpath";
|
repo = "elementpath";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0krczvf8r6pb3hb8qaxl9h2b4qwg180xk66gyxjf002im7ri75aj";
|
sha256 = "0ahqqqpcf3fd6xcdhiwwscincyj6h5xyjaacnqxwph1y1b8mnzyw";
|
||||||
};
|
};
|
||||||
|
|
||||||
# avoid circular dependency with xmlschema which directly depends on this
|
# avoid circular dependency with xmlschema which directly depends on this
|
||||||
|
|
Loading…
Reference in a new issue