mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
gnu: snapraid: Update to 12.2.
* gnu/packages/backup.scm (snapraid): Update to 12.2.
This commit is contained in:
parent
8b96a20ff3
commit
e286fe4a68
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@ (define-public rdup
|
||||||
(define-public snapraid
|
(define-public snapraid
|
||||||
(package
|
(package
|
||||||
(name "snapraid")
|
(name "snapraid")
|
||||||
(version "12.0")
|
(version "12.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -400,7 +400,7 @@ (define-public snapraid
|
||||||
(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 "0k8pynafkx8bhnqnjhc3jsds5p40sflz4drm88i6dg6ifv35mhh9"))))
|
(base32 "0xgvyhyyl2v6azxwzqbpgyln4r2dw34xa8z09116vpkgdgivh36z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue