python313Packages.google-crc32c: 1.6.0 -> 1.7.1

https://github.com/googleapis/python-crc32c/blob/v1.7.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:36 +02:00
parent dfcc3d0f8f
commit 02f32b0601
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "google-crc32c";
version = "1.6.0";
version = "1.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "googleapis";
repo = "python-crc32c";
tag = "v${version}";
hash = "sha256-uGW4gWIpTVQ+f52WBA9H+K3+sHNa4JdgO9qi1Ds7WEU=";
hash = "sha256-YXXoEXnJckF1kqpLXbIbJEcW+le6aeKyc6Y6xmf0SSw=";
};
build-system = [ setuptools ];