[PATCH] gnu: newsraft: Update to 0.28.

  • Open
  • quality assurance status badge
Details
One participant
  • Luis Guilherme Coelho
Owner
unassigned
Submitted by
Luis Guilherme Coelho
Severity
normal

Debbugs page

Luis Guilherme Coelho wrote 3 days ago
(address . guix-patches@gnu.org)(name . Luis Guilherme Coelho)(address . lgcoelho@disroot.org)
fed1a53452ee30bb173c92c41992855b0553d738.1741531882.git.lgcoelho@disroot.org
* gnu/packages/syndication.scm (newsraft): Update to 0.28.

Change-Id: I868e8f3f836f310ef078e24e788bf9a9c871a29d
---
gnu/packages/syndication.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index f717cbb3af..61220bb9fe 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -355,7 +355,7 @@ (define-public newsboat
(define-public newsraft
(package
(name "newsraft")
- (version "0.27")
+ (version "0.28")
(source
(origin
(method git-fetch)
@@ -364,7 +364,7 @@ (define-public newsraft
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "170dwv6v9755mdy4w91r4mk6r5d713rxi71hppqws3bsh2g4bmrj"))))
+ (base32 "10i5khna9wpaisarmzym9dvfaq91mnf1wvwsymnzl052d4n106l9"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: a5256944a35e91be71b1348e805a341fe06cbb8d
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

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

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