gnu: snapraid: Update to 12.0.
* gnu/packages/backup.scm (snapraid): Update to 12.0.
This commit is contained in:
parent
70a229aafe
commit
b18fb4bf77
@ -386,7 +386,7 @@ list and implement the backup strategy.")
|
|||||||
(define-public snapraid
|
(define-public snapraid
|
||||||
(package
|
(package
|
||||||
(name "snapraid")
|
(name "snapraid")
|
||||||
(version "11.6")
|
(version "12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -395,7 +395,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 "1jpg97my0akh2ayzy0nm4yqiv4gcx79rgyrkzd19yyv3iy719vcw"))))
|
(base32 "0k8pynafkx8bhnqnjhc3jsds5p40sflz4drm88i6dg6ifv35mhh9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user