tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python: humanize: 2.4.1 -> 2.6.0
Frederik Rietdijk
5 years ago
f2c15550
6597e886
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
humanize
default.nix
+2
-2
pkgs/development/python-modules/humanize/default.nix
reviewed
···
7
7
}:
8
8
9
9
buildPythonPackage rec {
10
10
-
version = "2.4.1";
10
10
+
version = "2.6.0";
11
11
pname = "humanize";
12
12
disabled = isPy27; # setup.py no longer compatible
13
13
14
14
src = fetchPypi {
15
15
inherit pname version;
16
16
-
sha256 = "4b4ce2fc1c9d79c63f68009ddf5a12ad238aa78e2fceb256b5aa921763551422";
16
16
+
sha256 = "8ee358ea6c23de896b9d1925ebe6a8504bb2ba7e98d5ccf4d07ab7f3b28f3819";
17
17
};
18
18
19
19
nativeBuildInputs = [ setuptools_scm ];