From 47e13344032f3887bd6c700aadd3453747aa88cc Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:04:45 +0200 Subject: [PATCH] python3Packages.google-crc32c: 1.5.0 -> 1.6.0 --- pkgs/development/python-modules/google-crc32c/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/google-crc32c/default.nix b/pkgs/development/python-modules/google-crc32c/default.nix index fc6bcf95b4a2..72fa96622357 100644 --- a/pkgs/development/python-modules/google-crc32c/default.nix +++ b/pkgs/development/python-modules/google-crc32c/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "google-crc32c"; - version = "1.5.0"; + version = "1.6.0"; format = "setuptools"; src = fetchFromGitHub { owner = "googleapis"; repo = "python-crc32c"; - rev = "v${version}"; - hash = "sha256-Tx7UBIwKzSBbpuqdqGiXTbmBE+1MDRknVe3Zee0UHKQ="; + rev = "refs/tags/v${version}"; + hash = "sha256-uGW4gWIpTVQ+f52WBA9H+K3+sHNa4JdgO9qi1Ds7WEU="; }; buildInputs = [ crc32c ];