mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: snapraid: Update to 11.6.
* gnu/packages/backup.scm (snapraid): Update to 11.6.
This commit is contained in:
parent
29b9c2e6ea
commit
dfa6e6cad5
1 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ list and implement the backup strategy.")
|
||||||
(define-public snapraid
|
(define-public snapraid
|
||||||
(package
|
(package
|
||||||
(name "snapraid")
|
(name "snapraid")
|
||||||
(version "11.5")
|
(version "11.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -397,7 +397,7 @@ list and implement the backup strategy.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dlhdsmq5l208zldfr9z9g0p67wry81dr0r23lpybb5c9fm2f2rm"))))
|
(base32 "1jpg97my0akh2ayzy0nm4yqiv4gcx79rgyrkzd19yyv3iy719vcw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue