mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: mympd: Update to 12.1.1.
* gnu/packages/mpd.scm (mympd): Update to 12.1.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
62d2155cc2
commit
0ab3b59149
1 changed files with 2 additions and 2 deletions
|
@ -622,7 +622,7 @@ (define-public mpdevil
|
||||||
(define-public mympd
|
(define-public mympd
|
||||||
(package
|
(package
|
||||||
(name "mympd")
|
(name "mympd")
|
||||||
(version "12.1.0")
|
(version "12.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -631,7 +631,7 @@ (define-public mympd
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vmnfwkajgm1dmm34z0zk74j5wzlwcwk45aalfzc5pqlkcy6c4z5"))))
|
"1bal31xmdmq46bi0qmia07sqcwy695vcz5y5hxwkz71rcfywbsf9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue