mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mympd: Update to 13.0.6.
* gnu/packages/mpd.scm (mympd): Update to 13.0.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Change-Id: Iaaf3985ce4c1399bb0709f2e6702df2a232a1e48
This commit is contained in:
parent
976fe648df
commit
7310d4fcc3
1 changed files with 2 additions and 2 deletions
|
@ -623,7 +623,7 @@ (define-public mpdevil
|
|||
(define-public mympd
|
||||
(package
|
||||
(name "mympd")
|
||||
(version "13.0.5")
|
||||
(version "13.0.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -632,7 +632,7 @@ (define-public mympd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ly3iw4irybfxyafgrldldwc28a879wwnd1pg32m2sgrwyhr0czm"))))
|
||||
"17mx6qkdcnm4z6qw0ns8wmihahcnk3kidfcr6fapa34cdadsjapg"))))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue