diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 16:07:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-03 19:23:49 +0200 |
commit | dfa6e6cad57c20ab87c8aaf289acf35b6e60608f (patch) | |
tree | f9818c79860bd500e1cd3e5b2b54e063ff70a8e5 /gnu | |
parent | 29b9c2e6eae63bdd8c6640033a611197ac1eb21d (diff) | |
download | guix-dfa6e6cad57c20ab87c8aaf289acf35b6e60608f.tar.gz |
gnu: snapraid: Update to 11.6.
* gnu/packages/backup.scm (snapraid): Update to 11.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 74e3f2ce01..a3f98c95f9 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 |