From 76c5bc2bb7b1cfdb223891e64bed158010be5055 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:19:08 +0100 Subject: [PATCH] python3Packages.warcio: 1.7.4 -> 1.7.5 https://github.com/webrecorder/warcio/blob/master/CHANGELIST.rst --- pkgs/development/python-modules/warcio/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/warcio/default.nix b/pkgs/development/python-modules/warcio/default.nix index 1459c11820ca..91ddc5ed3d3b 100644 --- a/pkgs/development/python-modules/warcio/default.nix +++ b/pkgs/development/python-modules/warcio/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "warcio"; - version = "1.7.4"; + version = "1.7.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "webrecorder"; repo = "warcio"; - rev = "aa702cb321621b233c6e5d2a4780151282a778be"; # Repo has no git tags, see https://github.com/webrecorder/warcio/issues/126 - hash = "sha256-wn2rd73wRfOqHu9H0GIn76tmEsERBBCQatnk4b/JToU="; + tag = "v${version}"; # Repo has no git tags, see https://github.com/webrecorder/warcio/issues/126 + hash = "sha256-i1bVbXf1RQoWCADFwlVEnFhb3sVZ91vijUtzVLWMc2Q="; }; patches = [