me
/
guix
Archived
1
0
Fork 0

gnu: emacs-bm: Update to 202309.

* gnu/packages/emacs-xyz.scm (emacs-bm): Update to 202309.
master
Nicolas Goaziou 2023-10-03 13:41:12 +02:00
parent 4007f4f317
commit 01ff058d5e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4263,7 +4263,7 @@ searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
(define-public emacs-bm
(package
(name "emacs-bm")
(version "201905")
(version "202309")
(source
(origin
(method git-fetch)
@ -4272,7 +4272,7 @@ searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "180b3rc13asrmsdh7v405d54jkrininvaj52xhp71vw91ng51dkn"))))
(base32 "1a47dcda196sb6qx45w94d0vfzyfprfs3g7yj0scjmna79rr3fqa"))))
(build-system emacs-build-system)
(home-page "https://github.com/joodland/bm")
(synopsis "Visual bookmarks for Emacs")