me
/
guix
Archived
1
0
Fork 0

gnu: emacs-package-lint: Update to 0.21.

* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.21.

Change-Id: I82e28b8e1c211389e99f1947c5c7ddfcba893612
master
Nicolas Goaziou 2023-11-14 13:10:32 +01:00
parent 21822095e8
commit 3254429a41
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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)