guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-relint: Update to 1.17.


From: guix-commits
Subject: branch master updated: gnu: emacs-relint: Update to 1.17.
Date: Tue, 12 May 2020 15:34:14 -0400

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

commit dc6b09014692d7959a5ba1a025ec0d3a2f0dbf21
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue May 12 21:34:04 2020 +0200

    gnu: emacs-relint: Update to 1.17.
    
    * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.17.
---
 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 c472958..e97167e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1107,14 +1107,14 @@ optional minor mode which can apply this command 
automatically on save.")
 (define-public emacs-relint
   (package
     (name "emacs-relint")
-    (version "1.16")
+    (version "1.17")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://elpa.gnu.org/packages/relint-"; version ".tar"))
        (sha256
-        (base32 "0cwk806g2kq60sql8sic2zdn63l1g2pzdiklcv0w8l2k9wssknnx"))))
+        (base32 "1nv13dqdhf72c1jgk1ml4k6jqb8wsyphcx2vhsyhig5198lg4kd7"))))
     (build-system emacs-build-system)
     (propagated-inputs `(("emacs-xr" ,emacs-xr)))
     (home-page "https://github.com/mattiase/relint";)



reply via email to

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