[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-rustic: Update to 2.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-rustic: Update to 2.3. |
Date: |
Fri, 17 Dec 2021 12:26:40 -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 489f4b9 gnu: emacs-rustic: Update to 2.3.
489f4b9 is described below
commit 489f4b9b1b6d1677d7d8496dd320a2882809638f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 17 18:25:07 2021 +0100
gnu: emacs-rustic: Update to 2.3.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.3.
---
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 ba0e800..2764178 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21612,7 +21612,7 @@ source code.")
(define-public emacs-rustic
(package
(name "emacs-rustic")
- (version "2.2")
+ (version "2.3")
(source
(origin
(method git-fetch)
@@ -21621,7 +21621,7 @@ source code.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0i72r0kb6f96py3vbprcingik9sy5bndnd19hb9x3yzv1f7r0zfp"))))
+ (base32 "0l20n32s17zpvc3l0mnmr9vr9hsds002mm82i9r0dmz5hp1hp8d0"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-rustic: Update to 2.3.,
guix-commits <=