borgmatic: 1.9.14 -> 2.0.2

This commit is contained in:
Arjan Schrijver
2025-04-12 21:20:21 +02:00
parent 06c3a28f63
commit f594460198
+2 -2
View File
@@ -15,12 +15,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "1.9.14";
version = "2.0.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-w503lwXlKWlTsguzECUGmsbhvdJzTF4XK+Ib2KuD2DE=";
hash = "sha256-Zem1Zn+S01/rpPOOPhTaRaAgIqq2UixEdjEOodbkk5w=";
};
passthru.updateScript = nix-update-script { };