[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: emacs-relint: Update to 1.15.
From: |
guix-commits |
Subject: |
01/02: gnu: emacs-relint: Update to 1.15. |
Date: |
Sat, 7 Mar 2020 15:42:58 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit f61b980f5dd77ced62615385351724f936ea292b
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Mar 7 21:41:06 2020 +0100
gnu: emacs-relint: Update to 1.15.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.15.
---
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 5e28123..73b9e74 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1075,14 +1075,14 @@ optional minor mode which can apply this command
automatically on save.")
(define-public emacs-relint
(package
(name "emacs-relint")
- (version "1.14")
+ (version "1.15")
(source
(origin
(method url-fetch)
(uri (string-append
"https://elpa.gnu.org/packages/relint-" version ".tar"))
(sha256
- (base32 "0hjzhxcygb2r2s3g2pk3z9x3appy1y8gkw8gpg9cpkl6lpwcsh2f"))))
+ (base32 "0sxmdsacj8my942k8j76m2y68nzab7190acv7cwgflc5n4f07yxa"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-xr" ,emacs-xr)))
(home-page "https://github.com/mattiase/relint")