guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-relint: Update to 1.10.


From: guix-commits
Subject: 01/01: gnu: emacs-relint: Update to 1.10.
Date: Tue, 13 Aug 2019 06:52:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1ae2d3a11b0de1ae46e4123158d976961c92e756
Author: Nicolas Goaziou <address@hidden>
Date:   Tue Aug 13 12:52:47 2019 +0200

    gnu: emacs-relint: Update to 1.10.
    
    * gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.10.
---
 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 cbb4c90..6e612ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -930,7 +930,7 @@ optional minor mode which can apply this command 
automatically on save.")
 (define-public emacs-relint
   (package
     (name "emacs-relint")
-    (version "1.8")
+    (version "1.10")
     (source
      (origin
        (method url-fetch)
@@ -938,7 +938,7 @@ optional minor mode which can apply this command 
automatically on save.")
              "https://elpa.gnu.org/packages/relint-"; version ".el"))
        (sha256
         (base32
-         "1bl6m2h7131acbmr0kqfnjjpv2syiv2mxfnm61g874ynnvkmmkm3"))))
+         "1l0lh4pkksw7brmhhbaikwzs4zkgd2962ks1zy7m262dvkhxjfv8"))))
     (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]