guix-commits
[Top][All Lists]
Advanced

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

59/78: gnu: emacs-osm: Update to 1.3.


From: guix-commits
Subject: 59/78: gnu: emacs-osm: Update to 1.3.
Date: Fri, 23 Feb 2024 03:12:12 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit b5701e379267fee1ec17cc4bcb875a1b3469093b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 14:52:59 2024 +0100

    gnu: emacs-osm: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.3.
    
    Change-Id: I7355a979cf1676f3cb4f706c59b7f4d91db9c478
---
 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 781deb85b1..37c4b652b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38680,7 +38680,7 @@ hacker.")
 (define-public emacs-osm
   (package
     (name "emacs-osm")
-    (version "1.2")
+    (version "1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -38689,7 +38689,7 @@ hacker.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mmq83ill1vzx1x07vxjn53di2cskid2gmj5qqa6694s1xzpywf4"))))
+                "1dr0415xr7a2h4y4zpjkh0hrrcfw4sa55y8y98131h2n5fzhd5sx"))))
     (build-system emacs-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

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