gnu: emacs-iter2: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.1.
This commit is contained in:
Nicolas Goaziou 2021-11-20 09:42:46 +01:00
parent 70a88dac11
commit 2afe2fe85e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29352,7 +29352,7 @@ (define-public emacs-html-to-hiccup
(define-public emacs-iter2
(package
(name "emacs-iter2")
(version "1.0")
(version "1.1")
(source
(origin
(method git-fetch)
@ -29361,7 +29361,7 @@ (define-public emacs-iter2
(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")