mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-emms: Update to 5.1.
* gnu/packages/emacs.scm (emacs-emms): Update to 5.1.
This commit is contained in:
parent
c356e831c0
commit
b1c7f5fff9
1 changed files with 2 additions and 2 deletions
|
@ -956,14 +956,14 @@ provides an optional IDE-like error list.")
|
||||||
(define-public emacs-emms
|
(define-public emacs-emms
|
||||||
(package
|
(package
|
||||||
(name "emacs-emms")
|
(name "emacs-emms")
|
||||||
(version "5.0")
|
(version "5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/emms/emms-"
|
(uri (string-append "mirror://gnu/emms/emms-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08f9lj77jlk96grqgjsv63s2i8ywvp4wvnmgmhnslwyx2lsdxza3"))
|
"149ddczyx6x10zn4mn8g0rll1rwf4yciv8x6j0qdnlbwszblx2x6"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue