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 3.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-rustic: Update to 3.0.
Date: Sun, 20 Feb 2022 04:58:20 -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 9c75bf0b46 gnu: emacs-rustic: Update to 3.0.
9c75bf0b46 is described below

commit 9c75bf0b46108c8e4441a5729016ed4159027515
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 20 10:57:10 2022 +0100

    gnu: emacs-rustic: Update to 3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.0.
---
 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 49748abd32..736317d7fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22281,7 +22281,7 @@ source code.")
 (define-public emacs-rustic
   (package
     (name "emacs-rustic")
-    (version "2.7")
+    (version "3.0")
     (source
      (origin
        (method git-fetch)
@@ -22290,7 +22290,7 @@ source code.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0l1gh6arxrbq927lbj229pwqk9ly6z97b581smh434r5bh5wk8j5"))))
+        (base32 "18br5yfakfwcbw3vkawhw5sm41xg78cz4bimz36x5xcgbwi88k3p"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash



reply via email to

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