guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: emacs-rust-mode: Update to 1.0.5.


From: guix-commits
Subject: 04/07: gnu: emacs-rust-mode: Update to 1.0.5.
Date: Tue, 12 Jul 2022 06:10:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7c151ff7fdf385519bc254273b2002c0976345e0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 11:59:47 2022 +0200

    gnu: emacs-rust-mode: Update to 1.0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
---
 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 9d479d93ab..4d3b2a1901 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22995,7 +22995,7 @@ docstring of the thing at point.")
 (define-public emacs-rust-mode
   (package
     (name "emacs-rust-mode")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method git-fetch)
@@ -23004,7 +23004,7 @@ docstring of the thing at point.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10972zw2h1dijx08j5h7aa4d717vhrmahzkslisy3dk2gd8y2v0q"))))
+        (base32 "0sjhssxaqdd9mayfcjaf6pb0z4sv0xm5wjaqmk6wdmh543m2v1s8"))))
     (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]