Update mpd-notify to latest version

This commit is contained in:
Tom Willemse 2023-10-06 16:44:36 -07:00
parent 4bfcc5f2cd
commit df93ec50be

View file

@ -9,7 +9,7 @@
#:use-module (guix packages)) #:use-module (guix packages))
(define-public mpd-notify (define-public mpd-notify
(let ((commit "66547ca1139d28855917382c868ddf2723d5afd4") (let ((commit "1bf3786878eb499b6a0c56e47ba3f3e07cd81182")
(revision "0")) (revision "0"))
(package (package
(name "mpd-notify") (name "mpd-notify")
@ -17,11 +17,11 @@
(source (source
(origin (origin
(uri (git-reference (uri (git-reference
(url "git://ryuslash.org/util/tom/mpd-notify") (url "https://code.ryuslash.org/ryuslash/mpd-notify.git")
(commit commit))) (commit commit)))
(method git-fetch) (method git-fetch)
(sha256 (sha256
(base32 "0r1ba6p1bsfz2k6zh5c6aivj9b71g7a00bgm8m22x6bdbsbm5gvb")) (base32 "1i72h3mxsifymnmpmrgfqhgrbq9sjhgn1b9d64f164m1m0g0smq3"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(propagated-inputs (propagated-inputs
(list mpd-mpc zsh libnotify)) (list mpd-mpc zsh libnotify))