guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: snapraid: Update to 12.0.


From: guix-commits
Subject: 15/15: gnu: snapraid: Update to 12.0.
Date: Wed, 5 Jan 2022 23:23:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b18fb4bf77ebcb4371d8826f4fd2bc31a08a3ac0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 6 01:01:41 2022 +0100

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



reply via email to

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