3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.google-crc32c: 1.3.0 -> 1.5.0

This commit is contained in:
Sandro Jäckel 2022-11-01 15:43:48 +01:00
parent b7fddb65f4
commit 4ba7987ef1
No known key found for this signature in database
GPG key ID: B1763F8651144063

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 ];