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 9546891  gnu: emacs-relint: Update to 1.18.
9546891 is described below

commit 9546891f952c1f15b3c9e1216f2be1a3c4bcc2f8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jun 21 23:51:19 2020 +0200

    gnu: emacs-relint: Update to 1.18.
    
    * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.18.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b621c24..866a5c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1262,14 +1262,14 @@ optional minor mode which can apply this command 
automatically on save.")
 (define-public emacs-relint
   (package
     (name "emacs-relint")
-    (version "1.17")
+    (version "1.18")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://elpa.gnu.org/packages/relint-"; version ".tar"))
+       (uri (string-append "https://elpa.gnu.org/packages/";
+                           "relint-" version ".tar"))
        (sha256
-        (base32 "1nv13dqdhf72c1jgk1ml4k6jqb8wsyphcx2vhsyhig5198lg4kd7"))))
+        (base32 "0zfislsksrkn6qs0w26yaff5xr7xqy2x235dcdpz8s2v35b6dhci"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-xr" ,emacs-xr)))
     (home-page "https://github.com/mattiase/relint";)

Reply via email to