guix-commits
[Top][All Lists]
Advanced

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

41/53: gnu: emacs-osm: Update to 1.2.


From: guix-commits
Subject: 41/53: gnu: emacs-osm: Update to 1.2.
Date: Mon, 1 Jan 2024 20:26:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8553499aee8fb61dbc7db28e0023cd4261819dd8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:23:17 2024 +0100

    gnu: emacs-osm: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.2.
    
    Change-Id: I794f486f2fc9dd4dab186c7dbd77f8a79532dedd
---
 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 0d1ce80d27..4dced7f78c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38226,7 +38226,7 @@ hacker.")
 (define-public emacs-osm
   (package
     (name "emacs-osm")
-    (version "0.14")
+    (version "1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -38235,7 +38235,7 @@ hacker.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y0zkfc27pnhz5hqpapsqin2kc6al1zjgd6cd4nhzqmh49h81bsb"))))
+                "0mmq83ill1vzx1x07vxjn53di2cskid2gmj5qqa6694s1xzpywf4"))))
     (build-system emacs-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

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