archivy: 1.7.3 -> 1.7.7 (#435814)

This commit is contained in:
Wolfgang Walther
2025-09-23 10:59:03 +00:00
committed by GitHub
+2 -2
View File
@@ -24,12 +24,12 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "archivy";
version = "1.7.3";
version = "1.7.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-ns1Y0DqqnTAQMEt+oBJ/P2gqKqPsX9P3/Z4561qzuns";
hash = "sha256-XFzWD4KAW5jt5BwXZvO0iZdJKpzC6dRkxNLv5N8XUfc=";
};
build-system = with py.pkgs; [