z572 pushed a commit to branch master
in repository guix.

commit c3a2bf702b4c724f22cd3a46aae19ed7f208623e
Author: Luis Guilherme Coelho <lgcoe...@disroot.org>
AuthorDate: Sun Mar 9 11:51:22 2025 -0300

    gnu: newsraft: Update to 0.28.
    
    * gnu/packages/syndication.scm (newsraft): Update to 0.28.
    
    Change-Id: I868e8f3f836f310ef078e24e788bf9a9c871a29d
    Signed-off-by: Zheng Junjie <z572@z572.online>
---
 gnu/packages/syndication.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ file system, and many more features.")
 (define-public newsraft
   (package
     (name "newsraft")
-    (version "0.27")
+    (version "0.28")
     (source
      (origin
        (method git-fetch)
@@ -364,7 +364,7 @@ file system, and many more features.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "170dwv6v9755mdy4w91r4mk6r5d713rxi71hppqws3bsh2g4bmrj"))))
+        (base32 "10i5khna9wpaisarmzym9dvfaq91mnf1wvwsymnzl052d4n106l9"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to