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

python: natsort: 5.5.0 -> 6.0.0

+2 -2
+2 -2
pkgs/development/python-modules/natsort/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "natsort"; 15 - version = "5.5.0"; 15 + version = "6.0.0"; 16 16 17 17 checkInputs = [ 18 18 pytest ··· 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - sha256 = "e29031f37aa264145d6ad9acdab335479ce3636806fc7aa70b7675a2b2198d09"; 29 + sha256 = "ff3effb5618232866de8d26e5af4081a4daa9bb0dfed49ac65170e28e45f2776"; 30 30 }; 31 31 32 32 # testing based on project's tox.ini