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

python312Packages.cytoolz: 1.0.0 -> 1.0.1

+2 -2
+2 -2
pkgs/development/python-modules/cytoolz/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "cytoolz"; 16 - version = "1.0.0"; 16 + version = "1.0.1"; 17 17 pyproject = true; 18 18 19 19 disabled = isPy27 || isPyPy; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-60U7MBghUvmRelGJt9mQRrbOkM34rrD+/0smg+YA3v0="; 23 + hash = "sha256-icwxYbieG7Ptdjb3TtLlWYT9NVFpBPyHjK4hbkKyx9Y="; 24 24 }; 25 25 26 26 nativeBuildInputs = [