Merge pull request #198978 from SuperSandro2000/python310Packages.google-crc32c

This commit is contained in:
Sandro 2022-11-06 17:12:19 +01:00 committed by GitHub
commit 4c9e0e204f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "google-crc32c";
version = "1.3.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-crc32c";
rev = "v${version}";
sha256 = "005ra4pfv71rq53198k7q6k63f529q3g6hkbxbwfcf82jr77hxga";
sha256 = "sha256-Tx7UBIwKzSBbpuqdqGiXTbmBE+1MDRknVe3Zee0UHKQ=";
};
buildInputs = [ crc32c ];