mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-mpdel: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-mpdel): Update to 2.0.0. [source]<origin>: Update upstream repository. [inputs]: Remove EMACS-LIBMPDEL. [propagated-inputs]: Add EMACS-LIBMPDEL, EMACS-NAVIGEL. [home-page]: Update URL.
This commit is contained in:
parent
ceb6fbd60d
commit
b614a63bfd
1 changed files with 5 additions and 5 deletions
|
@ -25644,20 +25644,20 @@ music.")
|
||||||
(define-public emacs-mpdel
|
(define-public emacs-mpdel
|
||||||
(package
|
(package
|
||||||
(name "emacs-mpdel")
|
(name "emacs-mpdel")
|
||||||
(version "1.0.0")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitea.petton.fr/mpdel/mpdel.git")
|
(url "https://github.com/mpdel/mpdel")
|
||||||
(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
|
||||||
"0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g"))))
|
"1wg48z0g6qqsd38r2ydba8dp7cq72cnkzshmhj6900xak6f5ywfd"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs
|
(propagated-inputs
|
||||||
(list emacs-libmpdel))
|
(list emacs-libmpdel emacs-navigel))
|
||||||
(home-page "https://gitea.petton.fr/mpdel/mpdel")
|
(home-page "https://gitea.petton.fr/mpdel/mpdel")
|
||||||
(synopsis "Emacs user interface for Music Player Daemon (MPD)")
|
(synopsis "Emacs user interface for Music Player Daemon (MPD)")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue