guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-helm-emms: Update to 20190304.


From: guix-commits
Subject: 01/01: gnu: emacs-helm-emms: Update to 20190304.
Date: Mon, 4 Mar 2019 06:17:30 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit b6fd7f5003c725e4e43f71287c33980bad0903a4
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Mar 4 12:17:13 2019 +0100

    gnu: emacs-helm-emms: Update to 20190304.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20190304.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 42d4e37..cd18d56 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11533,10 +11533,10 @@ you searched for and execute it, or view its 
documentation.")
     (license license:gpl3+))))
 
 (define-public emacs-helm-emms
-  (let ((commit "d3f9bdef8ff0d093eaf6e26af50ea905ab53fdec"))
+  (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
     (package
       (name "emacs-helm-emms")
-      (version (git-version "1.3" "1" commit))
+      (version (git-version "1.3" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -11546,7 +11546,7 @@ you searched for and execute it, or view its 
documentation.")
          (file-name (string-append name "-" version "-checkout"))
          (sha256
           (base32
-           "0bdb8xp0yp3gijpa9i2rc17gfzjhzlm92vdzw93i10qpd1xhj4aa"))))
+           "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-helm" ,emacs-helm)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]