From 02f32b0601acd9990bb2104e286e742b6e3595cc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 03:15:57 +0200 Subject: [PATCH] python313Packages.google-crc32c: 1.6.0 -> 1.7.1 https://github.com/googleapis/python-crc32c/blob/v1.7.1/CHANGELOG.md --- pkgs/development/python-modules/google-crc32c/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-crc32c/default.nix b/pkgs/development/python-modules/google-crc32c/default.nix index c1760861771b..c03b8e374e0d 100644 --- a/pkgs/development/python-modules/google-crc32c/default.nix +++ b/pkgs/development/python-modules/google-crc32c/default.nix @@ -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 ];