guix-commits
[Top][All Lists]
Advanced

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

42/53: gnu: emacs-osm: Update to 1.3.


From: guix-commits
Subject: 42/53: gnu: emacs-osm: Update to 1.3.
Date: Thu, 22 Feb 2024 10:19:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7544c7dbd514d89436803b6409d78587ab90a7d2
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]