guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7ef78ada5e0b5d519f58ae5cdae821c654c2f7f8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 10:42:43 2025 +0200

    gnu: emacs-hackernews: Update to 0.7.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.7.1.
    
    Change-Id: I6215006e5b8feceb50c21e22272ed3cfddbe9c1f
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9ad47b2ea3..be7e452c52 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33097,7 +33097,7 @@ files) are provided.")
 (define-public emacs-hackernews
   (package
     (name "emacs-hackernews")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method git-fetch)
@@ -33107,7 +33107,7 @@ files) are provided.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "100aa0vs1gjwpkfdc7avwv5v3sicj2npqfr1y3dsib3pimp21l6w"))))
+         "1kb34jm81jyp2lv0558c6q109pjb38vxrncq4qaq0b8zir8qcr3y"))))
     (build-system emacs-build-system)
     (arguments (list #:tests? #f))      ; no tests
     (home-page "https://github.com/clarete/hackernews.el";)

Reply via email to