mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-helm-emms: Update to 20200322.
* gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20200322.
This commit is contained in:
parent
9813805b30
commit
868a186423
1 changed files with 3 additions and 3 deletions
|
@ -16457,10 +16457,10 @@ (define-public emacs-helm-descbinds
|
|||
(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 @@ (define-public emacs-helm-emms
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
|
||||
"0r1ai6xhzayyik30w2sx9n62bxxwm12vfmjspv0daqif9az8y3vg"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)
|
||||
|
|
Loading…
Reference in a new issue