guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: emacs-rustic: Update to 3.2.


From: guix-commits
Subject: 05/07: gnu: emacs-rustic: Update to 3.2.
Date: Tue, 12 Jul 2022 06:10:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d6551d68fbabd4fde6988110074b2ec60bbec357
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 12:00:20 2022 +0200

    gnu: emacs-rustic: Update to 3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.2.
---
 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 4d3b2a1901..3486ed54b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23019,7 +23019,7 @@ source code.")
 (define-public emacs-rustic
   (package
     (name "emacs-rustic")
-    (version "3.0")
+    (version "3.2")
     (source
      (origin
        (method git-fetch)
@@ -23028,7 +23028,7 @@ source code.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18br5yfakfwcbw3vkawhw5sm41xg78cz4bimz36x5xcgbwi88k3p"))))
+        (base32 "000awxvnwxg2hmhhn6yd9pnvflr91npfs2v1p5y7hcwg1d6mmvgk"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash



reply via email to

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