python312Packages.cytoolz: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm
2024-12-16 11:32:38 +00:00
parent 83b0c9fd14
commit af44a5aff0
@@ -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 = [