[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-no-littering: Update to 1.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-no-littering: Update to 1.2.0. |
Date: |
Sun, 08 Nov 2020 06:28:11 -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 3140cff gnu: emacs-no-littering: Update to 1.2.0.
3140cff is described below
commit 3140cff981de262cf19e06569c84aea30d33c8a9
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sun Nov 8 11:46:25 2020 +0800
gnu: emacs-no-littering: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm(emacs-no-littering): Update to 1.2.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 a92d81d..574de21 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24352,7 +24352,7 @@ launching other commands/applications from within
Emacs, similar to the
(define-public emacs-no-littering
(package
(name "emacs-no-littering")
- (version "1.0.3")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -24361,7 +24361,7 @@ launching other commands/applications from within
Emacs, similar to the
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17is06l0w6glppabv2kaclrnqi3dqb6p6alpslpg7lrjd8vd45ir"))))
+ (base32 "1hma9var0nmrmjlh16s49hbfc1s4jvfd2prqxf14lxfd51404niw"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacscollective/no-littering")
(synopsis "Help keep ~/.emacs.d/ clean")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-no-littering: Update to 1.2.0.,
guix-commits <=