guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: rsnapshot: Update to 1.4.5.


From: guix-commits
Subject: 01/08: gnu: rsnapshot: Update to 1.4.5.
Date: Fri, 27 Jan 2023 08:54:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 128c926ffa8528322ddc8c82154efd1ccbf8a001
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:01 2023 +0100

    gnu: rsnapshot: Update to 1.4.5.
    
    * gnu/packages/backup.scm (rsnapshot): Update to 1.4.5.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 23731ef930..10512cc1cd 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -524,7 +524,7 @@ rdiff-backup is easy to use and settings have sensible 
defaults.")
 (define-public rsnapshot
   (package
     (name "rsnapshot")
-    (version "1.4.4")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
@@ -532,7 +532,7 @@ rdiff-backup is easy to use and settings have sensible 
defaults.")
              "https://github.com/rsnapshot/rsnapshot/releases/download/";
              version "/rsnapshot-" version ".tar.gz"))
        (sha256
-        (base32 "0yc5k2fhm54ypxgm1fsaf8vrg5b7qbvbsqk371n6baf592vprjy1"))))
+        (base32 "0hl2ncld0xkwlnv1cqjmmnld2nlp65alkkdacs11wl95r80mxdqh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]