gnu: emacs-hackernews: Update to 0.6.1.

* gnu/packages/emacs-xyz.scm (emacs-hackernews): Update to 0.6.1.
This commit is contained in:
Nicolas Goaziou 2021-02-17 14:57:08 +01:00
parent 0ca8092399
commit a7da8a5ebc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -19935,29 +19935,27 @@ files) are provided.")
(license license:gpl2+)))) (license license:gpl2+))))
(define-public emacs-hackernews (define-public emacs-hackernews
(let ((commit "2362d7b00e59da7caddc8c0adc24dccb42fddef9") (package
(revision "2")) (name "emacs-hackernews")
(package (version "0.6.1")
(name "emacs-hackernews") (source
(version (git-version "0.5.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/clarete/hackernews.el")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/clarete/hackernews.el") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "17lkjcka6ydd6khhz5jbjlybfpx05153z0d8s1rxaxcwl7z2y6cf"))))
(base32 (build-system emacs-build-system)
"1hcc5b173yzcvvd2ls3jxrmsw2w9bi21m9hcpcirkn0nh93ywadv")))) (home-page "https://github.com/clarete/hackernews.el")
(build-system emacs-build-system) (synopsis "Hacker News client for Emacs")
(home-page "https://github.com/clarete/hackernews.el") (description "The @command{hackernews} package is able to fetch stories
(synopsis "Hacker News client for Emacs")
(description "The @command{hackernews} package is able to fetch stories
from six different Hacker News feeds, namely top, new, best, ask, show and job from six different Hacker News feeds, namely top, new, best, ask, show and job
stories. The default feed is top stories, which corresponds to the Hacker stories. The default feed is top stories, which corresponds to the Hacker
News homepage.") News homepage.")
(license license:gpl3)))) (license license:gpl3)))
(define-public emacs-youtube-dl (define-public emacs-youtube-dl
(let ((commit "af877b5bc4f01c04fccfa7d47a2c328926f20ef4") (let ((commit "af877b5bc4f01c04fccfa7d47a2c328926f20ef4")