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


From: guix-commits
Subject: branch master updated: gnu: emacs-rustic: Update to 2.5.
Date: Thu, 13 Jan 2022 03:17:52 -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 0a6d538acd gnu: emacs-rustic: Update to 2.5.
0a6d538acd is described below

commit 0a6d538acd96b6214084701f2f6880a205ec2cbc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 13 09:17:09 2022 +0100

    gnu: emacs-rustic: Update to 2.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.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 58d8d6b525..6b0e6a21cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21744,7 +21744,7 @@ source code.")
 (define-public emacs-rustic
   (package
     (name "emacs-rustic")
-    (version "2.4")
+    (version "2.5")
     (source
      (origin
        (method git-fetch)
@@ -21753,7 +21753,7 @@ source code.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1w7db1d712rjw55prb3kdcag4z1skk56837q1ig9d2bj4mkhqa2s"))))
+        (base32 "1jx8gzcm9ka2chpq51jx4mfa12wqrj2dsrpxwylfcb9qkqjncbn5"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash



reply via email to

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