guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-emms: Update to 20200322.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-emms: Update to 20200322.
Date: Mon, 25 May 2020 04:56:41 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 868a186  gnu: emacs-helm-emms: Update to 20200322.
868a186 is described below

commit 868a18642318edc87e38d04697647aba2ca93b34
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Mon May 25 10:55:45 2020 +0200

    gnu: emacs-helm-emms: Update to 20200322.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20200322.
---
 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 18c1974..6e0f768 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16457,10 +16457,10 @@ you searched for and execute it, or view its 
documentation.")
     (license license:gpl3+))))
 
 (define-public emacs-helm-emms
-  (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
+  (let ((commit "37e5aa029abfa5a5c48636314de8157142944fa2"))
     (package
       (name "emacs-helm-emms")
-      (version (git-version "1.3" "2" commit))
+      (version (git-version "1.3" "3" commit))
       (source
        (origin
          (method git-fetch)
@@ -16470,7 +16470,7 @@ you searched for and execute it, or view its 
documentation.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
+           "0r1ai6xhzayyik30w2sx9n62bxxwm12vfmjspv0daqif9az8y3vg"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-helm" ,emacs-helm)



reply via email to

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