[PATCH] gnu: emacs-elisp-demos: Update to 2019.12.01.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 5 years ago
(address . guix-patches@gnu.org)
87h82gj05g.fsf@posteo.net
From 4ea491ac823107153169273f0a0b2cdfa8ea2846 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@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(-)

Toggle diff (24 lines)
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
Ricardo Wurmus wrote 5 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 38482-done@debbugs.gnu.org)
87pnh4eciv.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 4ea491ac823107153169273f0a0b2cdfa8ea2846 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38482@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38482
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help