mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mympd: Update to 11.0.2.
* gnu/packages/mpd.scm (mympd): Update to 11.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
23aa30dded
commit
400cd0870b
1 changed files with 2 additions and 2 deletions
|
@ -615,7 +615,7 @@ (define-public mpdevil
|
|||
(define-public mympd
|
||||
(package
|
||||
(name "mympd")
|
||||
(version "10.3.3")
|
||||
(version "11.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -624,7 +624,7 @@ (define-public mympd
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1n8z3rscrw7k097q5z1d59mrryy7b8m0zdfhi767a1qpa121m8if"))))
|
||||
"0n6dyy6znzicm5v9mkcghm3lwi6zwysnpr0drvacqprr0r5l596a"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue