gnu: emacs-helm-make: Update to 0.1.0-1.21c1bfa.
* gnu/packages/emacs.scm (emacs-helm-make): Update to 0.1.0-1.21c1bfa.
This commit is contained in:
parent
a254971350
commit
50e3f2a5a4
|
@ -3966,7 +3966,7 @@ for search-based navigation of buffers.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-helm-make
|
(define-public emacs-helm-make
|
||||||
(let ((commit "786104ac0c3cf4fe5b53f841eb9fe10bda2e4031")
|
(let ((commit "21c1bfa01b16b0d656f2b8a0dbb5bc8d47a7641b")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-make")
|
(name "emacs-helm-make")
|
||||||
|
@ -3980,7 +3980,7 @@ for search-based navigation of buffers.")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qdfk0p2j8jah7m0ngy2mm7775cn779m3a84yll86wqc74g331qs"))))
|
"11vzrp63zdc67fg4d0y1alk8z9019sqslh2bd7ispk37s86dlbfw"))))
|
||||||
(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 New Issue