about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-03-25 21:13:10 +0800
committerGitHub <noreply@github.com>2023-03-25 21:13:10 +0800
commitf8c0eed0732d9ad96e866f7dd16428cc8e82dfa2 (patch)
treee07f33ef1985e7fa2407771c2b04a1d63516f728 /pkgs
parent9c724505fa2037a7bd3192ef20aa0035a78e63f5 (diff)
parent20309b8dc87ac1244f1f9c78708c25bd3a87a6c8 (diff)
Merge pull request #223053 from e1mo/borgmatic-1-7-9
borgmatic: 1.7.8 -> 1.7.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/backup/borgmatic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/backup/borgmatic/default.nix b/pkgs/tools/backup/borgmatic/default.nix
index 18b0f7507961b..53cb506992ab0 100644
--- a/pkgs/tools/backup/borgmatic/default.nix
+++ b/pkgs/tools/backup/borgmatic/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "borgmatic";
-  version = "1.7.8";
+  version = "1.7.9";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "sha256-+lYyCPKgaWZPUkIGjgmBES6vg1ZbgZ5b6WKmpqAcyhM=";
+    sha256 = "sha256-v3Qxwy7V6rqX90G4/Xp6mVTUkrqDXmudgh3th0GCjuk=";
   };
 
   nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];