guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: rsnapshot: Update to 1.4.4.


From: guix-commits
Subject: 03/05: gnu: rsnapshot: Update to 1.4.4.
Date: Sun, 20 Jun 2021 10:46:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit df68e5c65ae015639566baf5cce1faf96a2d0ed4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 20 16:39:29 2021 +0200

    gnu: rsnapshot: Update to 1.4.4.
    
    * gnu/packages/backup.scm (rsnapshot): Update to 1.4.4.
---
 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 5e00094..d425243 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -451,7 +451,7 @@ rdiff-backup is easy to use and settings have sensible 
defaults.")
 (define-public rsnapshot
   (package
     (name "rsnapshot")
-    (version "1.4.3")
+    (version "1.4.4")
     (source
      (origin
        (method url-fetch)
@@ -459,7 +459,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 "1lavqmmsf53pim0nvming7fkng6p0nk2a51k2c2jdq0l7snpl31b"))))
+        (base32 "0yc5k2fhm54ypxgm1fsaf8vrg5b7qbvbsqk371n6baf592vprjy1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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