Unverified Commit 6d413947 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

borgmatic: 2.0.5 -> 2.0.6 (#410721)

parents e45cc57f 25d2690f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 { };