gnu: emacs-ebuku: Update to commit 0c6cf404a49b.
* gnu/packages/emacs-xyz.scm (emacs-ebuku): Update to commit 0c6cf404a49b. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
d223aff97d
commit
fdad266577
|
@ -13429,8 +13429,8 @@ news items, openrc and runscripts.")
|
||||||
|
|
||||||
(define-public emacs-ebuku
|
(define-public emacs-ebuku
|
||||||
;; Upstream has no tagged release.
|
;; Upstream has no tagged release.
|
||||||
(let ((revision "0")
|
(let ((revision "1")
|
||||||
(commit "5b8bf34b8ea5d05f0b8dfc12bfea825f9cffbeda"))
|
(commit "0c6cf404a49bd68800221446df186fffa0139325"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ebuku")
|
(name "emacs-ebuku")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -13442,7 +13442,7 @@ news items, openrc and runscripts.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04733lqa6z3kmdjcgdi58q3wrqan2qib43rvjw51qc739fwmwb5y"))))
|
"09fkzmcvzdbdjaa167wiybj0kir7y12pcq2varjywshvq2l7niz4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/flexibeast/ebuku")
|
(home-page "https://github.com/flexibeast/ebuku")
|
||||||
(synopsis "Emacs interface to the buku Web bookmark manager")
|
(synopsis "Emacs interface to the buku Web bookmark manager")
|
||||||
|
|
Reference in New Issue