[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-dash: Update to 2.18.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-dash: Update to 2.18.1. |
Date: |
Tue, 02 Mar 2021 03:34:37 -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 683cccc gnu: emacs-dash: Update to 2.18.1.
683cccc is described below
commit 683cccc3e7342393f41eb425f3432bc295b42d02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 2 09:33:58 2021 +0100
gnu: emacs-dash: Update to 2.18.1.
* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.18.1.
---
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 783f779..14a0a62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2909,7 +2909,7 @@ and stored in memory.")
(define-public emacs-dash
(package
(name "emacs-dash")
- (version "2.18.0")
+ (version "2.18.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2918,7 +2918,7 @@ and stored in memory.")
(file-name (git-file-name name version))
(sha256
(base32
- "190v264wj5cdm109ippzx2vc64hvfzmh5nbx4f2w09hn0hwfqipm"))))
+ "1cvfd36vv0wqb16bnqqxh99hy2yks0j2i4l8qjkg3bxjgk7ldmva"))))
(build-system emacs-build-system)
(arguments `(#:tests? #t))
(home-page "https://github.com/magnars/dash.el")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-dash: Update to 2.18.1.,
guix-commits <=