1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: emacs-iter2: Update to 2.0.

* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 2.0.

Change-Id: Id70b1d964a095e1d225fe499480b2e380b63cd19
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:32:10 +01:00
parent 0212abaab4
commit 67bcecc62d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -40091,7 +40091,7 @@ web development.")
(define-public emacs-iter2
(package
(name "emacs-iter2")
(version "1.4")
(version "2.0")
(source
(origin
(method git-fetch)
@ -40100,7 +40100,7 @@ web development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1k0n35vxcvvy8c2yih24c8gjc4bqd5lawda0zz62c5kgksgn87ri"))))
(base32 "17rraqidypxypmvqrh8k0ja57is178q72p6fxj3wlp7mbld1hcp3"))))
(build-system emacs-build-system)
(home-page "https://github.com/doublep/iter2")
(synopsis "Reimplementation of Elisp generators")