guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/42: gnu: emacs-bm: Update to 202309.


From: guix-commits
Subject: 10/42: gnu: emacs-bm: Update to 202309.
Date: Tue, 3 Oct 2023 16:54:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 01ff058d5e44b2a23df40e9183c7f9af12c68434
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 13:41:12 2023 +0200

    gnu: emacs-bm: Update to 202309.
    
    * gnu/packages/emacs-xyz.scm (emacs-bm): Update to 202309.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f15b24ba6..535c6c3696 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]