me
/
guix
Archived
1
0
Fork 0

gnu: emacs-iter2: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.2.
master
Nicolas Goaziou 2022-07-11 11:58:04 +02:00
parent 7a7d4d1122
commit c8706d109e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -30710,7 +30710,7 @@ web development.")
(define-public emacs-iter2 (define-public emacs-iter2
(package (package
(name "emacs-iter2") (name "emacs-iter2")
(version "1.1") (version "1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -30719,7 +30719,7 @@ web development.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "12flc98nv353cqr9qbkasgdmiyf9c3iw4apzh899xw857j1h5qdr")))) (base32 "1jzd9kzxf3ncw40d55r1apw0cpk4i1a3s5p85mg9n20553cb6lhj"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/doublep/iter2") (home-page "https://github.com/doublep/iter2")
(synopsis "Reimplementation of Elisp generators") (synopsis "Reimplementation of Elisp generators")