guix-commits
[Top][All Lists]
Advanced

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

10/23: gnu: snapraid: Update to 11.6.


From: guix-commits
Subject: 10/23: gnu: snapraid: Update to 11.6.
Date: Sun, 3 Oct 2021 13:28:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dfa6e6cad57c20ab87c8aaf289acf35b6e60608f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 16:07:51 2021 +0200

    gnu: snapraid: Update to 11.6.
    
    * gnu/packages/backup.scm (snapraid): Update to 11.6.
---
 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 74e3f2c..a3f98c9 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -388,7 +388,7 @@ list and implement the backup strategy.")
 (define-public snapraid
   (package
     (name "snapraid")
-    (version "11.5")
+    (version "11.6")
     (source
      (origin
        (method git-fetch)
@@ -397,7 +397,7 @@ list and implement the backup strategy.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dlhdsmq5l208zldfr9z9g0p67wry81dr0r23lpybb5c9fm2f2rm"))))
+        (base32 "1jpg97my0akh2ayzy0nm4yqiv4gcx79rgyrkzd19yyv3iy719vcw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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