Merge pull request #304070 from r-ryantm/auto-update/python312Packages.crc

python312Packages.crc: 6.1.1 -> 6.1.2
This commit is contained in:
Pascal Wittmann 2024-04-15 10:47:45 +02:00 committed by GitHub
commit f458190f4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "crc";
version = "6.1.1";
version = "6.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Nicoretti";
repo = "crc";
rev = "refs/tags/${version}";
hash = "sha256-GlXDDG8NZ3Lp0IwYKS0+fZG85uVdo4V8mZnCa+za02U=";
hash = "sha256-d946yBMrOIgMXGOr2ej5bvn59D5iAGMese24qdv8l/Y=";
};
nativeBuildInputs = [