archivy: 1.7.3 -> 1.7.7

This commit is contained in:
R. Ryantm
2025-08-22 08:03:02 +00:00
parent 4e49fa427e
commit 381d2c3960
+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; [