python312Packages.cytoolz: 1.0.0 -> 1.0.1 (#365580)

This commit is contained in:
Nick Cao
2024-12-16 10:09:33 -05:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "cytoolz";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
disabled = isPy27 || isPyPy;
src = fetchPypi {
inherit pname version;
hash = "sha256-60U7MBghUvmRelGJt9mQRrbOkM34rrD+/0smg+YA3v0=";
hash = "sha256-icwxYbieG7Ptdjb3TtLlWYT9NVFpBPyHjK4hbkKyx9Y=";
};
nativeBuildInputs = [