[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: emacs-dash: Update to 2.16.0.
From: |
guix-commits |
Subject: |
01/01: gnu: emacs-dash: Update to 2.16.0. |
Date: |
Thu, 9 May 2019 16:51:58 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 935568d5ce9f5ba812d7f130ca7a7b35beed8316
Author: Ricardo Wurmus <address@hidden>
Date: Thu May 9 22:51:33 2019 +0200
gnu: emacs-dash: Update to 2.16.0.
* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.16.0.
---
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 562572e..33b7969 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1753,7 +1753,7 @@ and stored in memory.")
(define-public emacs-dash
(package
(name "emacs-dash")
- (version "2.15.0")
+ (version "2.16.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1762,7 +1762,7 @@ and stored in memory.")
(file-name (git-file-name name version))
(sha256
(base32
- "0dx8q3jr8fh73cfl7mqi5dq0012ambpvc74d2c71fsv9rfw85693"))))
+ "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t