me
/
guix
Archived
1
0
Fork 0

gnu: mpdevil: Update to 1.10.2.

* gnu/packages/mpd.scm (mpdevil): Update to 1.10.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
kiasoc5 2023-04-12 23:28:27 -04:00 committed by Nicolas Goaziou
parent 74e2ac6a0e
commit 87e37ac723
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ album-experience.")
(define-public mpdevil (define-public mpdevil
(package (package
(name "mpdevil") (name "mpdevil")
(version "1.10.0") (version "1.10.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -569,7 +569,7 @@ album-experience.")
(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 "04dzxyv176w5sm4j85j7fbh42nk9wsyz5s005kj9cjwsrzrnxlbk")))) (base32 "0ghmw3xiz567qd1iv1ggkv6zl1jb5d40mz27npk2zvlpikmqpc6c"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list