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

python310Packages.crc: 6.0.0 -> 6.1.0
This commit is contained in:
Fabian Affolter 2024-01-03 10:44:15 +01:00 committed by GitHub
commit e5e9c9a4ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "crc";
version = "6.0.0";
version = "6.1.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Nicoretti";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bQa+hkWRXRlyvX3/RL3DAjh9V/kTNg8C7/6viLLKtpk=";
hash = "sha256-NfJGiVxvFPlecDB72/Dfe0yafBH9dghGQh/TAnbPzOA=";
};
nativeBuildInputs = [