me
/
guix
Archived
1
0
Fork 0

gnu: emacs-iter2: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.3.
master
Nicolas Goaziou 2022-08-27 10:03:10 +02:00
parent fd4d531e10
commit ea2ead6827
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -31020,7 +31020,7 @@ web development.")
(define-public emacs-iter2 (define-public emacs-iter2
(package (package
(name "emacs-iter2") (name "emacs-iter2")
(version "1.2") (version "1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -31029,7 +31029,7 @@ web development.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1jzd9kzxf3ncw40d55r1apw0cpk4i1a3s5p85mg9n20553cb6lhj")))) (base32 "1hsg5q1acghb0xz2pv5g20zg5j32wikp47b62if8afq767rkc5f3"))))
(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")