guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-extmap: Update to 1.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-extmap: Update to 1.2.
Date: Sun, 17 Oct 2021 15:14:27 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5fd4047  gnu: emacs-extmap: Update to 1.2.
5fd4047 is described below

commit 5fd4047933937e100d0e1f5368997f180e510215
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 17 21:13:48 2021 +0200

    gnu: emacs-extmap: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-extmap): Update to 1.2.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ac19a0e..a47edef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28745,7 +28745,7 @@ and Emacs lisp commands.")
 (define-public emacs-extmap
   (package
     (name "emacs-extmap")
-    (version "1.1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -28754,8 +28754,7 @@ and Emacs lisp commands.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "09kia3mr4si8kn46kyiza9nl669b22vmgc70ng3mqz742lph5siw"))))
+        (base32 "0dl630jl46jz5slpv28l8b745051ghp0g296x5180vl5v88v3hsl"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/doublep/extmap";)
     (synopsis "Externally-stored constant mapping for Emacs Lisp")



reply via email to

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