mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +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
|
||||
(package
|
||||
(name "snapraid")
|
||||
(version "12.0")
|
||||
(version "12.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -400,7 +400,7 @@ (define-public snapraid
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0k8pynafkx8bhnqnjhc3jsds5p40sflz4drm88i6dg6ifv35mhh9"))))
|
||||
(base32 "0xgvyhyyl2v6azxwzqbpgyln4r2dw34xa8z09116vpkgdgivh36z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue