Commit 94f0231e authored by R. RyanTM's avatar R. RyanTM
Browse files

borgmatic: 2.0.13 -> 2.1.3

parent 4d59810d
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.13";
  version = "2.1.3";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-0Prjgh/L5nCo3CNXZccNW9Dz3d6jIfrXDZmy5fL6zrU=";
    hash = "sha256-mWZQBoQUd+cwOV3QU62XyTCFdFpnBz2BsyImzVAozJE=";
  };

  passthru.updateScript = nix-update-script { };