python312Packages.crc: 6.1.1 -> 6.1.2

This commit is contained in:
R. Ryantm 2024-04-14 16:26:52 +00:00
parent 55b4d7d86f
commit 61cb74ed88
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 = [