[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-rustic: Update to 2.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-rustic: Update to 2.2. |
Date: |
Sat, 27 Nov 2021 03:54:51 -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 811a450 gnu: emacs-rustic: Update to 2.2.
811a450 is described below
commit 811a450199fbe93568872661511f886b052f942c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 27 09:54:12 2021 +0100
gnu: emacs-rustic: Update to 2.2.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.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 3ef1527..0b2abfc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21953,7 +21953,7 @@ source code.")
(define-public emacs-rustic
(package
(name "emacs-rustic")
- (version "2.1")
+ (version "2.2")
(source
(origin
(method git-fetch)
@@ -21962,7 +21962,7 @@ source code.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0nklqpd24s83ng34xrm4rp80sbylajikj6svz1c6j721pz9crxg9"))))
+ (base32 "0i72r0kb6f96py3vbprcingik9sy5bndnd19hb9x3yzv1f7r0zfp"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-rustic: Update to 2.2.,
guix-commits <=