borgmatic: 2.0.5 -> 2.0.6 (#410721)

Co-authored-by: x123 <x123@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-25 08:53:43 +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.5";
version = "2.0.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-jpaTLbDmwcL8ihu8XTD2LsSfmneBpOGSVaRcJyeSSo4=";
hash = "sha256-yxAtD7sKOo0voE8BvfL0HGsnP0L2sc1f0UgXBNt/aQU=";
};
passthru.updateScript = nix-update-script { };