mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-list-utils: Update to 0.4.7.
* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.7. Change-Id: I3a322004ad0a3dc15fe95326fe9fa6cd91d61a0d
This commit is contained in:
parent
4dbb6efd73
commit
749a6c2db0
1 changed files with 18 additions and 21 deletions
|
@ -25578,27 +25578,24 @@ and @code{erc-send-modify-hook} to download and show images.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-list-utils
|
(define-public emacs-list-utils
|
||||||
;; Use a git snapshot until upstream fixes the build with emacs 28.1.
|
(package
|
||||||
;; See <http://issues.guix.gnu.org/55558>.
|
(name "emacs-list-utils")
|
||||||
(let ((commit "0dec8c02962d2591766739e37c5714ba21133093") (revision "1"))
|
(version "0.4.7")
|
||||||
(package
|
(source (origin
|
||||||
(name "emacs-list-utils")
|
(method git-fetch)
|
||||||
(version (git-version "0.4.6" revision commit))
|
(uri (git-reference
|
||||||
(source (origin
|
(url "https://github.com/rolandwalker/list-utils")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/rolandwalker/list-utils")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"0rc7ql78qraa35lv6igkd81j5ap9zgn6ri9rp9cajp86s2b46dg6"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32
|
(home-page "https://github.com/rolandwalker/list-utils")
|
||||||
"11nm8649a131bn2kwj4fxkiijdx2d4f1byx7a985zlb3bzdwnaw8"))))
|
(synopsis "List-manipulation utility functions")
|
||||||
(build-system emacs-build-system)
|
(description
|
||||||
(home-page "https://github.com/rolandwalker/list-utils")
|
"This package provides a list manipulation library for Emacs.")
|
||||||
(synopsis "List-manipulation utility functions")
|
(license license:gpl3+)))
|
||||||
(description
|
|
||||||
"This package provides a list manipulation library for Emacs.")
|
|
||||||
(license license:gpl3+))))
|
|
||||||
|
|
||||||
(define-public emacs-parsec
|
(define-public emacs-parsec
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue