guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

28/36: gnu: emacs-hackernews: Update to 0.7.0.


From: guix-commits
Subject: 28/36: gnu: emacs-hackernews: Update to 0.7.0.
Date: Sun, 21 Jan 2024 18:24:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f76fb72beca11567a80ba0beac76fb715b639557
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:51:31 2024 +0100

    gnu: emacs-hackernews: Update to 0.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.7.0.
    
    Change-Id: Iba7bc8f02bf747fd2ac80a96bedffd47fe572109
---
 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 1697cc0898..3336ea7b7d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28286,7 +28286,7 @@ files) are provided.")
 (define-public emacs-hackernews
   (package
     (name "emacs-hackernews")
-    (version "0.6.1")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -28296,7 +28296,7 @@ files) are provided.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17lkjcka6ydd6khhz5jbjlybfpx05153z0d8s1rxaxcwl7z2y6cf"))))
+         "100aa0vs1gjwpkfdc7avwv5v3sicj2npqfr1y3dsib3pimp21l6w"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/clarete/hackernews.el";)
     (synopsis "Hacker News client for Emacs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]