mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-package-lint: Update to 0.25.
* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.25. Change-Id: I5fe613c9e7b2db1584b1010d95c0bd54bd432b64 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
de3372b6dc
commit
a202f5e415
1 changed files with 2 additions and 2 deletions
|
@ -30118,7 +30118,7 @@ image, rotate it, save modified images, and more.")
|
|||
(define-public emacs-package-lint
|
||||
(package
|
||||
(name "emacs-package-lint")
|
||||
(version "0.24")
|
||||
(version "0.25")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -30128,7 +30128,7 @@ image, rotate it, save modified images, and more.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qbzhpmwsgrp6z541jc1cy7jqr7ipdindwfji210279v2w6yrj1p"))))
|
||||
"1fvi79pwlvvdakcmvf6jv9ba400lqfjsdcshg2q4rnj5v1a797pn"))))
|
||||
(arguments
|
||||
(list #:include #~(cons "^data/" %default-include)))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue