gnu: emacs-bm: Update to 202506.

* gnu/packages/emacs-xyz.scm (emacs-bm): Update to 202506.
[home-page]: Update.

Change-Id: Ic7714ea66f400ac2f5527becf3d8ca7abf631293
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-07-25 11:52:46 +02:00 committed by Liliana Marie Prikler
parent ab7fbf9569
commit 2cefa7003c
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -5676,7 +5676,7 @@ within emacs.")
(define-public emacs-bm (define-public emacs-bm
(package (package
(name "emacs-bm") (name "emacs-bm")
(version "202309") (version "202506")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5685,14 +5685,14 @@ within emacs.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1a47dcda196sb6qx45w94d0vfzyfprfs3g7yj0scjmna79rr3fqa")))) (base32 "0298hjdgx03y028pql6z3jcym47ji10hv66zydn1kicsjds0r45l"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
(list (list
#:test-command #~(list "emacs" "-Q" "--batch" #:test-command #~(list "emacs" "-Q" "--batch"
"-l" "bm-tests.el" "-l" "bm-tests.el"
"-f" "ert-run-tests-batch-and-exit"))) "-f" "ert-run-tests-batch-and-exit")))
(home-page "https://github.com/joodland/bm") (home-page "https://joodland.github.io/bm/")
(synopsis "Visual bookmarks for Emacs") (synopsis "Visual bookmarks for Emacs")
(description "This package provides visible, buffer local bookmarks and (description "This package provides visible, buffer local bookmarks and
the ability to jump forward and backward to the next bookmark.") the ability to jump forward and backward to the next bookmark.")