mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:47:45 +00:00
archivy: 1.7.2 -> 1.7.3
This commit is contained in:
parent
ab181a6f5f
commit
2d425e97e0
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user