mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: emacs-iter2: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-iter2): Update to 1.1.
This commit is contained in:
parent
70a88dac11
commit
2afe2fe85e
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue