me
/
guix
Archived
1
0
Fork 0

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.
Nicolas Goaziou 2022-10-14 08:47:17 +02:00
parent ceb6fbd60d
commit b614a63bfd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 5 additions and 5 deletions

View File

@ -25644,20 +25644,20 @@ music.")
(define-public emacs-mpdel
(package
(name "emacs-mpdel")
(version "1.0.0")
(version "2.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitea.petton.fr/mpdel/mpdel.git")
(url "https://github.com/mpdel/mpdel")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g"))))
"1wg48z0g6qqsd38r2ydba8dp7cq72cnkzshmhj6900xak6f5ywfd"))))
(build-system emacs-build-system)
(inputs
(list emacs-libmpdel))
(propagated-inputs
(list emacs-libmpdel emacs-navigel))
(home-page "https://gitea.petton.fr/mpdel/mpdel")
(synopsis "Emacs user interface for Music Player Daemon (MPD)")
(description