borgmatic: 1.9.12 -> 1.9.13 (#387104)

This commit is contained in:
Austin Horstman
2025-03-10 23:48:51 -05:00
committed by GitHub
+5 -2
View File
@@ -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;
[