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.13.


From: guix-commits
Subject: branch master updated: gnu: emacs-relint: Update to 1.13.
Date: Sat, 01 Feb 2020 09:56:39 -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 24fedb5  gnu: emacs-relint: Update to 1.13.
24fedb5 is described below

commit 24fedb55d6a44ee7fbd3b88d1275713332eb441d
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat Feb 1 15:56:20 2020 +0100

    gnu: emacs-relint: Update to 1.13.
    
    * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.13.
---
 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 30fc58f..f95ad26 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1064,14 +1064,14 @@ optional minor mode which can apply this command 
automatically on save.")
 (define-public emacs-relint
   (package
     (name "emacs-relint")
-    (version "1.11")
+    (version "1.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "https://elpa.gnu.org/packages/relint-"; version ".tar"))
        (sha256
-        (base32 "0c7d35kp5k11fnyjrq9cg8i2r005gs57pmb3rvpf8ilwv0scn1m7"))))
+        (base32 "1kzzlixhd6kp0mkmgn02b7pqv6m55g708xsys7vjskdxbfb6jjib"))))
     (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]