This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 49f822717c gnu: newsraft: Update to 0.35.
49f822717c is described below

commit 49f822717ce5e85f1502aabfa9816e1f536c8f78
Author: Luis Guilherme Coelho <[email protected]>
AuthorDate: Mon Jan 12 13:19:17 2026 -0300

    gnu: newsraft: Update to 0.35.
    
    * gnu/packages/syndication.scm (newsraft): Update to 0.35.
    
    Merges guix/guix!5575
    
    Change-Id: I1deb7d681d9a4e9aff4d468db9ae5d8c62e3bdf5
    Signed-off-by: Cayetano Santos <[email protected]>
---
 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 a9a3d3ab6d..7d960d8371 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -234,7 +234,7 @@ file system, and many more features.")
 (define-public newsraft
   (package
     (name "newsraft")
-    (version "0.32")
+    (version "0.35")
     (source
      (origin
        (method git-fetch)
@@ -243,7 +243,7 @@ file system, and many more features.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jdj1820k7dsgpv2ks9amr71lvq1nl1y95jgfqb02fkid1gana4v"))))
+        (base32 "044p7c39yq1xj9irl22bhgfw48pn6am46wiaa3g01iw6rwz2alkk"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to