gnu: emacs-package-lint: Update to 0.13-0.14c216f.

* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.13-0.14c216f.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:49:33 +01:00
parent fd654c47e8
commit 158f98e3ee
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19199,10 +19199,14 @@ (define-public emacs-image+
(license license:gpl3+))))
(define-public emacs-package-lint
(let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
;; The commit below includes a fix for a missing file, "stdlib-changes",
;; preventing build.
(let ((commit "14c216f4889e71eec2a9da64e36ab8990337e82d")
(version "0.13")
(revision "0"))
(package
(name "emacs-package-lint")
(version (git-version "0.5" "1" commit))
(version (git-version version revision commit))
(source
(origin
(method git-fetch)
@ -19212,7 +19216,7 @@ (define-public emacs-package-lint
(file-name (git-file-name name version))
(sha256
(base32
"1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
"1zifiqmpj9j14fnrm3jxapady25m1nlm514nfry0jfrhhikvj6i8"))))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/package-lint")
(synopsis "Linting library for elisp package authors")