Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.crc: 6.1.2 -> 7.0.0

+2 -2
+2 -2
pkgs/development/python-modules/crc/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "crc"; 11 - version = "6.1.2"; 11 + version = "7.0.0"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "Nicoretti"; 18 18 repo = "crc"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-d946yBMrOIgMXGOr2ej5bvn59D5iAGMese24qdv8l/Y="; 20 + hash = "sha256-y30tnGG+G9dWBO8MUFYm2IGHiGIPbv4kB2VwhV0/C74="; 21 21 }; 22 22 23 23 nativeBuildInputs = [