tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.cytoolz: 1.0.0 -> 1.0.1
R. Ryantm
1 year ago
af44a5af
83b0c9fd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cytoolz
default.nix
+2
-2
pkgs/development/python-modules/cytoolz/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "cytoolz";
16
16
-
version = "1.0.0";
16
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
23
-
hash = "sha256-60U7MBghUvmRelGJt9mQRrbOkM34rrD+/0smg+YA3v0=";
23
23
+
hash = "sha256-icwxYbieG7Ptdjb3TtLlWYT9NVFpBPyHjK4hbkKyx9Y=";
24
24
};
25
25
26
26
nativeBuildInputs = [