[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * gnu: emacs-elisp-demos: Update to 2020.02.19
From: |
guix-commits |
Subject: |
branch master updated: * gnu: emacs-elisp-demos: Update to 2020.02.19 |
Date: |
Mon, 06 Apr 2020 10:16:34 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1ba8506 * gnu: emacs-elisp-demos: Update to 2020.02.19
1ba8506 is described below
commit 1ba85062c23051bfab07043ba5b9fa58fc4c9465
Author: Michael Rohleder <address@hidden>
AuthorDate: Sun Apr 5 21:24:35 2020 +0200
* gnu: emacs-elisp-demos: Update to 2020.02.19
* gnu/packages/emacs-xyz.scm (emacs-elisp-demos) Update to 2020.02.19.
Signed-off-by: Efraim Flashner <address@hidden>
---
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 0b0e8e5..7b2cb00 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3600,7 +3600,7 @@ the current Cargo project.")
(define-public emacs-elisp-demos
(package
(name "emacs-elisp-demos")
- (version "2019.12.01")
+ (version "2020.02.19")
(source
(origin
(method git-fetch)
@@ -3610,7 +3610,7 @@ the current Cargo project.")
(file-name (git-file-name name version))
(sha256
(base32
- "097d8xhvq0770z96wlhiv4gz98cq89pwx5fa42zpfh4p85qj4q9z"))))
+ "0mckgaz92v3y2vlkggx9kd51fd1mahylw39c42l51dyv8wscm7sc"))))
(build-system emacs-build-system)
(arguments
`(#:include '("\\.el$" "\\.org$")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * gnu: emacs-elisp-demos: Update to 2020.02.19,
guix-commits <=