[PATCH] gnu: emacs-hackernews: Update to 0.5.0.

  • 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 6 years ago
(address . guix-patches@gnu.org)
87a7hpge4l.fsf@posteo.net
From 2b77fdfe69d2e1882f184a9f7ca24ad45ece3273 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Mar 2019 21:22:10 -0500
Subject: [PATCH] gnu: emacs-hackernews: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.5.0.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9969c7968..fdda71ac7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12407,10 +12407,10 @@ files) are provided.")
(license license:gpl2+))))
(define-public emacs-hackernews
- (let ((commit "d8c450bbc76d6bb65ec5cdb6c3b888a23f3769e9"))
+ (let ((commit "916c3da8da45c757f5ec2faeed57fa370513d4ac"))
(package
(name "emacs-hackernews")
- (version (git-version "0.4.0" "1" commit))
+ (version (git-version "0.5.0" "1" commit))
(source
(origin
(method git-fetch)
@@ -12420,7 +12420,7 @@ files) are provided.")
(file-name (git-file-name name version))
(sha256
(base32
- "06mp4n6c300jv5lhwf50ircfjckzr2p1zd38s4mqnxxjlf1maim7"))))
+ "09bxaaczana1cfvxyk9aagjvdszkj0j1yldl5r4xa60b59lxihsg"))))
(build-system emacs-build-system)
(home-page "https://github.com/clarete/hackernews.el")
(synopsis "Hacker News client for Emacs")
--
2.21.0
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34933-done@debbugs.gnu.org)
875zsc8w1k.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 2b77fdfe69d2e1882f184a9f7ca24ad45ece3273 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Mar 2019 21:22:10 -0500
> Subject: [PATCH] gnu: emacs-hackernews: Update to 0.5.0.
>
> * gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.5.0.

Pushed with commit 1e70d72b18. Thanks!

Since this is using a git commit I changed the version in the commit
message to 0.5.0-1-916c3da.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

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