tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.sortedcontainers: 2.3.0 -> 2.4.0
Martin Weinelt
4 years ago
6b3747e3
d9541323
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sortedcontainers
default.nix
+2
-2
pkgs/development/python-modules/sortedcontainers/default.nix
reviewed
···
5
5
6
6
buildPythonPackage rec {
7
7
pname = "sortedcontainers";
8
8
-
version = "2.3.0";
8
8
+
version = "2.4.0";
9
9
10
10
src = fetchPypi {
11
11
inherit pname version;
12
12
-
sha256 = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1";
12
12
+
sha256 = "25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88";
13
13
};
14
14
15
15
# pypi tarball does not come with tests