guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-iter2: Update to 1.3.


From: guix-commits
Subject: 04/07: gnu: emacs-iter2: Update to 1.3.
Date: Sat, 27 Aug 2022 04:16:19 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ea2ead68272cc5d8f54b4a2c549a1682f0324e8d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Aug 27 10:03:10 2022 +0200

    gnu: emacs-iter2: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.3.
---
 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 85ccfdc44a..4c9d2bddaa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31020,7 +31020,7 @@ web development.")
 (define-public emacs-iter2
   (package
     (name "emacs-iter2")
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -31029,7 +31029,7 @@ web development.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jzd9kzxf3ncw40d55r1apw0cpk4i1a3s5p85mg9n20553cb6lhj"))))
+        (base32 "1hsg5q1acghb0xz2pv5g20zg5j32wikp47b62if8afq767rkc5f3"))))
     (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]