[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-package-lint: Update to 0.16.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-package-lint: Update to 0.16. |
Date: |
Mon, 14 Feb 2022 05:20:19 -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 3e0ea7417f gnu: emacs-package-lint: Update to 0.16.
3e0ea7417f is described below
commit 3e0ea7417f0a348bb0118b589bef80954352eb01
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 14 11:19:28 2022 +0100
gnu: emacs-package-lint: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.16.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e4390bad96..d3de7b9b95 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-package-lint: Update to 0.16.,
guix-commits <=