GNU bug report logs -
#38482
[PATCH] gnu: emacs-elisp-demos: Update to 2019.12.01.
Previous Next
Reported by: Brett Gilio <brettg <at> posteo.net>
Date: Wed, 4 Dec 2019 02:28:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#38482: [PATCH] gnu: emacs-elisp-demos: Update to 2019.12.01.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 38482 <at> debbugs.gnu.org.
--
38482: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38482
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Brett Gilio <brettg <at> posteo.net> writes:
> From 4ea491ac823107153169273f0a0b2cdfa8ea2846 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Tue, 3 Dec 2019 20:11:42 -0600
> Subject: [PATCH] gnu: emacs-elisp-demos: Update to 2019.12.01.
>
> * gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2019.12.01.
Thank you for the patch!
I applied and pushed it (19e67f8216).
--
Ricardo
[Message part 3 (message/rfc822, inline)]
[0001-gnu-emacs-elisp-demos-Update-to-2019.12.01.patch (text/x-patch, inline)]
From 4ea491ac823107153169273f0a0b2cdfa8ea2846 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Tue, 3 Dec 2019 20:11:42 -0600
Subject: [PATCH] gnu: emacs-elisp-demos: Update to 2019.12.01.
* gnu/packages/emacs-xyz.scm (emacs-elisp-demos): Update to 2019.12.01.
---
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 1495ea3623..08e151391c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3361,7 +3361,7 @@ word (to avoid repetitions for example).")
(define-public emacs-elisp-demos
(package
(name "emacs-elisp-demos")
- (version "2019.08.16")
+ (version "2019.12.01")
(source
(origin
(method git-fetch)
@@ -3371,7 +3371,7 @@ word (to avoid repetitions for example).")
(file-name (git-file-name name version))
(sha256
(base32
- "0lybadq66bl4snkwph9i1y0qxln29wyfjn222ii3nfwany28cj66"))))
+ "097d8xhvq0770z96wlhiv4gz98cq89pwx5fa42zpfh4p85qj4q9z"))))
(build-system emacs-build-system)
(arguments
`(#:include '("\\.el$" "\\.org$")
--
2.24.0
This bug report was last modified 5 years and 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.