guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-rustic: Update to 2.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-rustic: Update to 2.4.
Date: Sat, 08 Jan 2022 11:23:36 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 206483fef5 gnu: emacs-rustic: Update to 2.4.
206483fef5 is described below

commit 206483fef5272475f7cc57e25be95d6a69bfbe39
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:22:54 2022 +0100

    gnu: emacs-rustic: Update to 2.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.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 3090578d63..64a0874596 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21723,7 +21723,7 @@ source code.")
 (define-public emacs-rustic
   (package
     (name "emacs-rustic")
-    (version "2.3")
+    (version "2.4")
     (source
      (origin
        (method git-fetch)
@@ -21732,7 +21732,7 @@ source code.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l20n32s17zpvc3l0mnmr9vr9hsds002mm82i9r0dmz5hp1hp8d0"))))
+        (base32 "1w7db1d712rjw55prb3kdcag4z1skk56837q1ig9d2bj4mkhqa2s"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash



reply via email to

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