guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-package-lint: Update to 0.13-0.14c216f


From: guix-commits
Subject: branch master updated: gnu: emacs-package-lint: Update to 0.13-0.14c216f.
Date: Wed, 17 Feb 2021 08:50:12 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 158f98e  gnu: emacs-package-lint: Update to 0.13-0.14c216f.
158f98e is described below

commit 158f98e3eedee063234974b30fe30a3dc3327f2a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:49:33 2021 +0100

    gnu: emacs-package-lint: Update to 0.13-0.14c216f.
    
    * gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.13-0.14c216f.
---
 gnu/packages/emacs-xyz.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4318ff0..503eddd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19199,10 +19199,14 @@ image, rotate it, save modified images, and more.")
       (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 @@ image, rotate it, save modified images, and more.")
          (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]