guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: branch master updated: gnu: emacs-iter2: Update to 1.2.
Date: Mon, 11 Jul 2022 05:58:44 -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 c8706d109e gnu: emacs-iter2: Update to 1.2.
c8706d109e is described below

commit c8706d109ee524a7c59d52c60cb21e0b969ced99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:58:04 2022 +0200

    gnu: emacs-iter2: Update to 1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.2.
---
 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 20d946c76a..95fe9356c3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30710,7 +30710,7 @@ web development.")
 (define-public emacs-iter2
   (package
     (name "emacs-iter2")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -30719,7 +30719,7 @@ web development.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12flc98nv353cqr9qbkasgdmiyf9c3iw4apzh899xw857j1h5qdr"))))
+        (base32 "1jzd9kzxf3ncw40d55r1apw0cpk4i1a3s5p85mg9n20553cb6lhj"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/doublep/iter2";)
     (synopsis "Reimplementation of Elisp generators")



reply via email to

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