Merge pull request #140725 from r-ryantm/auto-update/python3.8-google-crc32c

This commit is contained in:
Sandro 2021-10-06 09:34:43 +02:00 committed by GitHub
commit 370a9f6c38
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.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-crc32c";
rev = "v${version}";
sha256 = "0snpqmj2avgqvfd7w26g03w78s6phwd8h55bvpjwm4lwj8hm8id7";
sha256 = "005ra4pfv71rq53198k7q6k63f529q3g6hkbxbwfcf82jr77hxga";
};
buildInputs = [ crc32c ];