Merge pull request #275216 from r-ryantm/auto-update/python310Packages.crc

python310Packages.crc: 5.0.0 -> 6.0.0

authored by OTABI Tomoya and committed by GitHub 7d9ba4d4 2ce42e7f

+2 -2
+2 -2
pkgs/development/python-modules/crc/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "crc"; 11 - version = "5.0.0"; 11 + version = "6.0.0"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 17 17 owner = "Nicoretti"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-+C4cUKXZCpAXil8X4gTK3AhqNVWDrBQYY2Kgkd3+gqc="; 20 + hash = "sha256-bQa+hkWRXRlyvX3/RL3DAjh9V/kTNg8C7/6viLLKtpk="; 21 21 }; 22 22 23 23 nativeBuildInputs = [