gnu: emacs-package-lint: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.16.
parent
403d60de30
commit
3e0ea7417f
|
@ -21651,7 +21651,7 @@ image, rotate it, save modified images, and more.")
|
|||
(define-public emacs-package-lint
|
||||
(package
|
||||
(name "emacs-package-lint")
|
||||
(version "0.15")
|
||||
(version "0.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21661,7 +21661,7 @@ image, rotate it, save modified images, and more.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cn713g90zyjfq225yvg14c1qshslpi4466m3w102l5g57p8xv44"))))
|
||||
"0srqcrhbdmd39jdsvh8k3nbrkqrl4nlic59dp5bal5vj495j7126"))))
|
||||
(arguments
|
||||
'(#:include (cons "^data/" %default-include)))
|
||||
(build-system emacs-build-system)
|
||||
|
|
Reference in New Issue