guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-rust-mode: Update to 1.0.4.


From: guix-commits
Subject: 03/04: gnu: emacs-rust-mode: Update to 1.0.4.
Date: Fri, 18 Feb 2022 05:46:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ef1b40a9ca9081d144ce18b64eb8e7ffe974d0bd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 18 11:44:59 2022 +0100

    gnu: emacs-rust-mode: Update to 1.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.4.
---
 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 98673b0870..a838355e0e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22263,7 +22263,7 @@ docstring of the thing at point.")
 (define-public emacs-rust-mode
   (package
     (name "emacs-rust-mode")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -22272,7 +22272,7 @@ docstring of the thing at point.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11fdxbv51anrjfdqqpgrqz2md9qkcn5y3524lzjippqi9i31lnjn"))))
+        (base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #false                  ;FIXME: phase fail with status 127



reply via email to

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