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.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-iter2: Update to 1.1.
Date: Sat, 20 Nov 2021 03:44:07 -0500

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 2afe2fe  gnu: emacs-iter2: Update to 1.1.
2afe2fe is described below

commit 2afe2fe85e05e2f0e4c5b385d1d9d0c2b71077ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 20 09:42:46 2021 +0100

    gnu: emacs-iter2: Update to 1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.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 7f895b9..99589fd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29352,7 +29352,7 @@ web development.")
 (define-public emacs-iter2
   (package
     (name "emacs-iter2")
-    (version "1.0")
+    (version "1.1")
     (source
      (origin
        (method git-fetch)
@@ -29361,7 +29361,7 @@ web development.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0gaq3z2v1q4r9mkyq71dzmqakhi0p8g7ph4z0n3a11rvyc3z9ykx"))))
+        (base32 "12flc98nv353cqr9qbkasgdmiyf9c3iw4apzh899xw857j1h5qdr"))))
     (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]