lol

python3Packages.warcio: 1.7.4 -> 1.7.5

https://github.com/webrecorder/warcio/blob/master/CHANGELIST.rst

+3 -3
+3 -3
pkgs/development/python-modules/warcio/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "warcio"; 18 - version = "1.7.4"; 18 + version = "1.7.5"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 23 23 src = fetchFromGitHub { 24 24 owner = "webrecorder"; 25 25 repo = "warcio"; 26 - rev = "aa702cb321621b233c6e5d2a4780151282a778be"; # Repo has no git tags, see https://github.com/webrecorder/warcio/issues/126 27 - hash = "sha256-wn2rd73wRfOqHu9H0GIn76tmEsERBBCQatnk4b/JToU="; 26 + tag = "v${version}"; # Repo has no git tags, see https://github.com/webrecorder/warcio/issues/126 27 + hash = "sha256-i1bVbXf1RQoWCADFwlVEnFhb3sVZ91vijUtzVLWMc2Q="; 28 28 }; 29 29 30 30 patches = [