tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.elementpath: 2.5.2 -> 2.5.3
R. Ryantm
3 years ago
15ba69d1
90ce1f86
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
elementpath
default.nix
+2
-2
pkgs/development/python-modules/elementpath/default.nix
reviewed
···
6
6
7
7
buildPythonPackage rec {
8
8
pname = "elementpath";
9
9
-
version = "2.5.2";
9
9
+
version = "2.5.3";
10
10
format = "setuptools";
11
11
12
12
disabled = pythonOlder "3.7";
···
15
15
owner = "sissaschool";
16
16
repo = "elementpath";
17
17
rev = "refs/tags/v${version}";
18
18
-
hash = "sha256-JmNG6SXig24X34nQXrpMN9ir9+l8o23ddzw2uyR3qb0=";
18
18
+
hash = "sha256-+NCsWPt5yMXe+GR9nEBU7byYhKrH/6xghQioj9AOGm4=";
19
19
};
20
20
21
21
# avoid circular dependency with xmlschema which directly depends on this