mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-helm-emms: Update to 20190304.
* gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20190304.
This commit is contained in:
parent
3499638ef8
commit
b6fd7f5003
1 changed files with 3 additions and 3 deletions
|
@ -11533,10 +11533,10 @@ (define-public emacs-helm-descbinds
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helm-emms
|
(define-public emacs-helm-emms
|
||||||
(let ((commit "d3f9bdef8ff0d093eaf6e26af50ea905ab53fdec"))
|
(let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-emms")
|
(name "emacs-helm-emms")
|
||||||
(version (git-version "1.3" "1" commit))
|
(version (git-version "1.3" "2" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11546,7 +11546,7 @@ (define-public emacs-helm-emms
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bdb8xp0yp3gijpa9i2rc17gfzjhzlm92vdzw93i10qpd1xhj4aa"))))
|
"1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)
|
`(("emacs-helm" ,emacs-helm)
|
||||||
|
|
Loading…
Reference in a new issue