me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I6c52eca484e20b52b1b86a356aed95624b43e4cf
master
Nicolas Goaziou 2024-03-25 14:37:49 +01:00
parent 882179c24f
commit f283aaef8e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27447,7 +27447,7 @@ image, rotate it, save modified images, and more.")
(define-public emacs-package-lint
(package
(name "emacs-package-lint")
(version "0.21")
(version "0.22")
(source
(origin
(method git-fetch)
@ -27457,7 +27457,7 @@ image, rotate it, save modified images, and more.")
(file-name (git-file-name name version))
(sha256
(base32
"1y0h8rrmvi3j5maig6i69kxxr1igb96075vpzbycaqln3xn11g36"))))
"1myhdhb3kwq03f3p7qgb9bk8srs1wlag4ch4kl26yb9213mzx8gv"))))
(arguments
(list #:include #~(cons "^data/" %default-include)))
(build-system emacs-build-system)