Merge pull request #174233 from siraben/archivy-update

This commit is contained in:
Ben Siraphob 2022-05-23 22:06:15 -07:00 committed by GitHub
commit 51fb2c21ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];