[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-crux: Update to 0.5.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-crux: Update to 0.5.0. |
Date: |
Wed, 13 Mar 2024 04:47:25 -0400 |
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 f0d5d50c2c gnu: emacs-crux: Update to 0.5.0.
f0d5d50c2c is described below
commit f0d5d50c2c6f16b98c4f1acce1ff71f142d595ee
Author: Cayetano Santos <csantosb@inventati.org>
AuthorDate: Mon Mar 4 20:47:55 2024 +0100
gnu: emacs-crux: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.5.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I539c77ff756b692f9f0b0b4c62f18db373a05f16
---
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 7fa5df9202..5810455d0b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24405,7 +24405,7 @@ mode.")
(define-public emacs-crux
(package
(name "emacs-crux")
- (version "0.4.0")
+ (version "0.5.0")
(source
(origin
(method git-fetch)
@@ -24415,7 +24415,7 @@ mode.")
(file-name (git-file-name name version))
(sha256
(base32
- "1h28chpyq61k72qh749r5kqq1y70wx3xw9c3zyfzmy750wlw6nyj"))))
+ "00n4k09x3slchs81xw1q0rcb78ncb5k2lvsigb9j7s3kxbj6bvvy"))))
(build-system emacs-build-system)
(home-page "https://github.com/bbatsov/crux")
(synopsis "Collection of useful functions for Emacs")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-crux: Update to 0.5.0.,
guix-commits <=