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

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.ckzg: 2.1.0 -> 2.1.1

+2 -2
+2 -2
pkgs/development/python-modules/ckzg/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "ckzg"; 16 - version = "2.1.0"; 16 + version = "2.1.1"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "ethereum"; 21 21 repo = "c-kzg-4844"; 22 22 tag = "v${version}"; 23 - hash = "sha256-gmH3JR05LkZvjYXf25Ar3rfh9DqabqJr7Vpe1QuRqNA="; 23 + hash = "sha256-U7UwKhXrf3uEjvHaQgGS7NAUrtTrbsXYKIHKy/VYA7M="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];