mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public emacs-helm-gtags
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-list-utils
|
||||
;; Use a git snapshot until upstream fixes the build with emacs 28.1.
|
||||
;; See <http://issues.guix.gnu.org/55558>.
|
||||
(let ((commit "0dec8c02962d2591766739e37c5714ba21133093") (revision "1"))
|
||||
(package
|
||||
(name "emacs-list-utils")
|
||||
(version (git-version "0.4.6" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rolandwalker/list-utils")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11nm8649a131bn2kwj4fxkiijdx2d4f1byx7a985zlb3bzdwnaw8"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/rolandwalker/list-utils")
|
||||
(synopsis "List-manipulation utility functions")
|
||||
(description
|
||||
"This package provides a list manipulation library for Emacs.")
|
||||
(license license:gpl3+))))
|
||||
(package
|
||||
(name "emacs-list-utils")
|
||||
(version "0.4.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rolandwalker/list-utils")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rc7ql78qraa35lv6igkd81j5ap9zgn6ri9rp9cajp86s2b46dg6"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/rolandwalker/list-utils")
|
||||
(synopsis "List-manipulation utility functions")
|
||||
(description
|
||||
"This package provides a list manipulation library for Emacs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-parsec
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue