guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e92bb305febbbbe140e5cd98c0ab5af29432d1b7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:45:22 2025 +0100

    gnu: emacs-osm: Update to 1.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.9.
    
    Change-Id: I757e527d9aa5a1870c68e23ba870a008fa3f9c85
---
 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 547634f892..a92b846197 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -44926,7 +44926,7 @@ hacker.")
 (define-public emacs-osm
   (package
     (name "emacs-osm")
-    (version "1.8")
+    (version "1.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -44935,7 +44935,7 @@ hacker.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1azydrknczkn9gvy9ynxr4dk7xy5cwrg985fx8bz2apmalfvmpzw"))))
+                "0qsxhjn192gb896qd3gfk28p16gagv6pwrdssh1b6cvl4qv3m202"))))
     (build-system emacs-build-system)
     (arguments
      (list #:tests? #f                  ;no tests

Reply via email to