me
/
guix
Archived
1
0
Fork 0

gnu: emacs-libmpdel: Update to 1.3.0.

* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.0.
master
Nicolas Goaziou 2021-06-26 09:50:51 +02:00
parent b36267b1d9
commit 30cf737327
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -22418,7 +22418,7 @@ comments.")
(define-public emacs-libmpdel (define-public emacs-libmpdel
(package (package
(name "emacs-libmpdel") (name "emacs-libmpdel")
(version "1.2.0") (version "1.3.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -22427,7 +22427,7 @@ comments.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1nzs6g2mg3jhfhhfcxjhd9sbvwzhmr6j6mc80ln2nr4gzjqgaa4k")))) "0krxhcay5s9s7i41q7ga5skj31vaz2qx3djcrlwajf203bl8j4m9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://gitea.petton.fr/mpdel/libmpdel") (home-page "https://gitea.petton.fr/mpdel/libmpdel")
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)") (synopsis "Emacs library to communicate with Music Player Daemon (MPD)")