borgmatic: 1.9.13 -> 1.9.14 (#389396)

Co-authored-by: x123 <x123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-13 08:06:47 +00:00
committed by GitHub
co-authored by x123
+2 -2
View File
@@ -15,12 +15,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.9.13";
version = "1.9.14";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-owz6R9rhDNBFkvaNnX/UbRAjXmKutRlYd/sybg/Im/k=";
hash = "sha256-w503lwXlKWlTsguzECUGmsbhvdJzTF4XK+Ib2KuD2DE=";
};
passthru.updateScript = nix-update-script { };