borgmatic: 1.9.12 -> 1.9.13 (#387104)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
coreutils,
|
||||
enableSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
|
||||
fetchPypi,
|
||||
nix-update-script,
|
||||
installShellFiles,
|
||||
lib,
|
||||
python3Packages,
|
||||
@@ -14,14 +15,16 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "borgmatic";
|
||||
version = "1.9.12";
|
||||
version = "1.9.13";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-c7FXJ4afbnHHDtVU7QcPM+g1i/IAGJwl1TTHx7eDcIs=";
|
||||
hash = "sha256-owz6R9rhDNBFkvaNnX/UbRAjXmKutRlYd/sybg/Im/k=";
|
||||
};
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
nativeCheckInputs =
|
||||
with python3Packages;
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user