[PATCH] gnu/packages/emacs.scm (emacs-md4rd): Update to c55512c

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ludovic Courtès
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87a7knd6kf.fsf@posteo.net
From 25bf32f8e9a6ea9f9669c8bc6fe53aade00b1f1d Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Sat, 29 Dec 2018 21:38:13 -0600
Subject: [PATCH] gnu/packages/emacs.scm (emacs-md4rd): Update to c55512c

---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 35d59fe8f..d4e7260d9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -9396,11 +9396,11 @@ navigate and display hierarchy structures.")
(license license:gpl3+))))
(define-public emacs-md4rd
- (let ((commit "be0fc4951b2d1f5194ffa1fcaac706dbac560500")
+ (let ((commit "c55512c2f7680db2a1e73db6bdf93adecaf40fec")
(revision "1"))
(package
(name "emacs-md4rd")
- (version (string-append "0.0.1" "-" revision "."
+ (version (string-append "0.0.2" "-" revision "."
(string-take commit 7)))
(source (origin
(method git-fetch)
@@ -9410,7 +9410,7 @@ navigate and display hierarchy structures.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1i93shx5x192gd7cl2r6gvcvhhwyi1k08abi5w3izv1hn3pmksgq"))))
+ "0mvv1mvsrpkrmikcpfqf2zbawnzgq33j6zjdrlv48mcw57xb2ak9"))))
(propagated-inputs
`(("emacs-hierarchy" ,emacs-hierarchy)
("emacs-request" ,emacs-request)
--
2.20.1
Ludovic Courtès wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 33917-done@debbugs.gnu.org)
871s5l6dat.fsf@gnu.org
Hello,

Brett Gilio <brettg@posteo.net> skribis:

Toggle quote (9 lines)
>>From 25bf32f8e9a6ea9f9669c8bc6fe53aade00b1f1d Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Sat, 29 Dec 2018 21:38:13 -0600
> Subject: [PATCH] gnu/packages/emacs.scm (emacs-md4rd): Update to c55512c
>
> ---
> gnu/packages/emacs.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

I added a subject line to the commit log and applied it.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 33917
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