guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: emacs-rustic: Update to 3.4.


From: guix-commits
Subject: 07/07: gnu: emacs-rustic: Update to 3.4.
Date: Tue, 20 Sep 2022 15:25:21 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 97bbb9d603a37f2a0a2c19902336f72baa23e3bb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 20 21:21:11 2022 +0200

    gnu: emacs-rustic: Update to 3.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.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 19ea12ad46..32e4c33f16 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23682,7 +23682,7 @@ source code.")
 (define-public emacs-rustic
   (package
     (name "emacs-rustic")
-    (version "3.3")
+    (version "3.4")
     (source
      (origin
        (method git-fetch)
@@ -23691,7 +23691,7 @@ source code.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "088g6arlbq7czxyg5f31zmcm0gla7qh4vapaaskf6866yyqhizvb"))))
+        (base32 "16vsv4fhj8zq9g4zrsmipdb1nydxgw3dhh5s3wawpvx2rcg6gx2l"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash



reply via email to

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