borgmatic: 2.0.2 -> 2.0.4 (#401040)

Co-authored-by: x123 <x123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-28 04:02:19 +00:00
committed by GitHub
co-authored by x123
+2 -2
View File
@@ -15,12 +15,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "borgmatic";
version = "2.0.2";
version = "2.0.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zem1Zn+S01/rpPOOPhTaRaAgIqq2UixEdjEOodbkk5w=";
hash = "sha256-keQ92kSbJ8c1JUZQdHnXdanMhnJie1xtsfzBZ8S6ILk=";
};
passthru.updateScript = nix-update-script { };