nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python: humanize: 2.4.1 -> 2.6.0

+2 -2
+2 -2
pkgs/development/python-modules/humanize/default.nix
··· 7 7 }: 8 8 9 9 buildPythonPackage rec { 10 - version = "2.4.1"; 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 - sha256 = "4b4ce2fc1c9d79c63f68009ddf5a12ad238aa78e2fceb256b5aa921763551422"; 16 + sha256 = "8ee358ea6c23de896b9d1925ebe6a8504bb2ba7e98d5ccf4d07ab7f3b28f3819"; 17 17 }; 18 18 19 19 nativeBuildInputs = [ setuptools_scm ];