From 86116c9d43a2f12b2ae3e9c550c32d6c81d277c5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Jun 2024 17:01:29 +0000 Subject: [PATCH] python311Packages.aiohttp-isal: 0.3.1 -> 0.3.2 --- pkgs/development/python-modules/aiohttp-isal/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/aiohttp-isal/default.nix b/pkgs/development/python-modules/aiohttp-isal/default.nix index 4d7c46ee5484..a518d2431c77 100644 --- a/pkgs/development/python-modules/aiohttp-isal/default.nix +++ b/pkgs/development/python-modules/aiohttp-isal/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "aiohttp-isal"; - version = "0.3.1"; + version = "0.3.2"; pyproject = true; src = fetchFromGitHub { owner = "bdraco"; repo = "aiohttp-isal"; - rev = "v${version}"; - hash = "sha256-rSXV5Z5JdznQGtRI83UIbaSfbIYkUHphJTVK/LM2V4U="; + rev = "refs/tags/v${version}"; + hash = "sha256-sAtAzqMJoKryhB8q/TxqgFE+Z4Uxxw0hghk/Y2VNvx0="; }; build-system = [ poetry-core ];