archivy: 1.7.2 -> 1.7.3

This commit is contained in:
Ben Siraphob 2022-05-23 21:46:37 -07:00
parent ab181a6f5f
commit 2d425e97e0
No known key found for this signature in database
GPG Key ID: 45F0E5D788143267

View File

@ -23,12 +23,12 @@ with py.pkgs;
buildPythonApplication rec {
pname = "archivy";
version = "1.7.2";
version = "1.7.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-o5dVJDbdKgo6hMMU9mKzoouSgVWl7xSAp+Aq61VcfeU=";
hash = "sha256-ns1Y0DqqnTAQMEt+oBJ/P2gqKqPsX9P3/Z4561qzuns";
};
nativeBuildInputs = [ pythonRelaxDepsHook ];