diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 03:52:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 03:52:23 +0100 |
commit | 73282c75fef4eb03c1d6d009987be8ce988bdae3 (patch) | |
tree | 4853792308300bdb9e40bf363e21db8901eef7a6 /gnu | |
parent | 1c49b94b4854c6b2c44187449db4f9a27b437ede (diff) | |
download | patches-73282c75fef4eb03c1d6d009987be8ce988bdae3.tar patches-73282c75fef4eb03c1d6d009987be8ce988bdae3.tar.gz |
gnu: emacs-emms: Update to 5.3.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b819a7bb7e..81e6f066b4 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1219,14 +1219,14 @@ or unexpected behavior inside an elisp configuration file (typically (define-public emacs-emms (package (name "emacs-emms") - (version "5.2") + (version "5.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/emms/emms-" version ".tar.gz")) (sha256 (base32 - "0cvpfdkagkpi8g02w8f7wzrpdk2ihas0mn5m9fr882xjdfshl21z")) + "00hnv7jjgb2simgrf7gf2y1cyg2syk7kj1hkbac146hlgxk8ngj1")) (modules '((guix build utils))) (snippet '(begin |