mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-libmpdel: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-libmpdel): Update to 1.3.1. [source]<origin>: Change upstream repository. [home-page]: Update URL.
This commit is contained in:
parent
27c4f396b7
commit
9302788ff7
1 changed files with 4 additions and 4 deletions
|
@ -25622,18 +25622,18 @@ (define-public emacs-nix-mode
|
||||||
(define-public emacs-libmpdel
|
(define-public emacs-libmpdel
|
||||||
(package
|
(package
|
||||||
(name "emacs-libmpdel")
|
(name "emacs-libmpdel")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitea.petton.fr/mpdel/libmpdel.git")
|
(url "https://github.com/mpdel/libmpdel")
|
||||||
(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
|
(base32
|
||||||
"0krxhcay5s9s7i41q7ga5skj31vaz2qx3djcrlwajf203bl8j4m9"))))
|
"0fsg2si7afrnsz91i0ziza6nbc4ds9kpnr2z71wf6896zb1afhfx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitea.petton.fr/mpdel/libmpdel")
|
(home-page "https://github.com/mpdel/libmpdel")
|
||||||
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
(synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
|
||||||
(description
|
(description
|
||||||
"LibMPDel is an Emacs library client to communicate with Music Player
|
"LibMPDel is an Emacs library client to communicate with Music Player
|
||||||
|
|
Loading…
Reference in a new issue