archivy: 1.7.3 -> 1.7.7 (#435814)
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user