mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-libmpdel: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.0.
This commit is contained in:
parent
b36267b1d9
commit
30cf737327
1 changed files with 2 additions and 2 deletions
|
@ -22418,7 +22418,7 @@ (define-public emacs-nix-mode
|
|||
(define-public emacs-libmpdel
|
||||
(package
|
||||
(name "emacs-libmpdel")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -22427,7 +22427,7 @@ (define-public emacs-libmpdel
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nzs6g2mg3jhfhhfcxjhd9sbvwzhmr6j6mc80ln2nr4gzjqgaa4k"))))
|
||||
"0krxhcay5s9s7i41q7ga5skj31vaz2qx3djcrlwajf203bl8j4m9"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitea.petton.fr/mpdel/libmpdel")
|
||||
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
||||
|
|
Loading…
Reference in a new issue