gnu: emacs-iter2: Update to 1.4.

* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.4.
This commit is contained in:
Nicolas Goaziou 2022-11-06 22:38:48 +01:00
parent 2fa05ad486
commit 4d36782b0f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -32355,7 +32355,7 @@ (define-public emacs-html-to-hiccup
(define-public emacs-iter2
(package
(name "emacs-iter2")
(version "1.3")
(version "1.4")
(source
(origin
(method git-fetch)
@ -32364,7 +32364,7 @@ (define-public emacs-iter2
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1hsg5q1acghb0xz2pv5g20zg5j32wikp47b62if8afq767rkc5f3"))))
(base32 "1k0n35vxcvvy8c2yih24c8gjc4bqd5lawda0zz62c5kgksgn87ri"))))
(build-system emacs-build-system)
(home-page "https://github.com/doublep/iter2")
(synopsis "Reimplementation of Elisp generators")