guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-map: Update to 3.2.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-map: Update to 3.2.1.
Date: Wed, 29 Sep 2021 09:21:28 -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 a081f18  gnu: emacs-map: Update to 3.2.1.
a081f18 is described below

commit a081f18e14acf414a86647cc207b71be93cd94f6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Sep 29 15:21:10 2021 +0200

    gnu: emacs-map: Update to 3.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.2.1.
---
 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 49f03dc..161977a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29145,7 +29145,7 @@ s-expression.")
 (define-public emacs-map
   (package
     (name "emacs-map")
-    (version "3.2")
+    (version "3.2.1")
     (source
      (origin
        (method url-fetch)
@@ -29153,7 +29153,7 @@ s-expression.")
                            version ".tar"))
        (sha256
         (base32
-         "1ikgrwzzdz77qbflsccd63w8l4zs5zx9iarxn33kgx2dqrq2dmc6"))))
+         "1vy231m2fm5cgz5nib14ib7ifprajhnbmzf6x4id48h2491m1n24"))))
     (build-system emacs-build-system)
     (home-page "http://elpa.gnu.org/packages/map.html";)
     (synopsis "Map manipulation functions")



reply via email to

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