gnu: emacs-package-lint: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.21. Change-Id: I82e28b8e1c211389e99f1947c5c7ddfcba893612master
parent
21822095e8
commit
3254429a41
|
@ -26829,7 +26829,7 @@ image, rotate it, save modified images, and more.")
|
|||
(define-public emacs-package-lint
|
||||
(package
|
||||
(name "emacs-package-lint")
|
||||
(version "0.20")
|
||||
(version "0.21")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26839,7 +26839,7 @@ image, rotate it, save modified images, and more.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v12l8mbsrgkq5rmgzypkiabhfrd5cq6nrnmsairnpw8rrz4w739"))))
|
||||
"1y0h8rrmvi3j5maig6i69kxxr1igb96075vpzbycaqln3xn11g36"))))
|
||||
(arguments
|
||||
(list #:include #~(cons "^data/" %default-include)))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Reference in New Issue