gnu: rss-bridge: Update to 2019-09-12.
* gnu/packages/web.scm (rss-bridge): Update to 2019-09-12.
This commit is contained in:
parent
71adb4228a
commit
78bd9c52ad
1 changed files with 3 additions and 4 deletions
|
@ -5568,7 +5568,7 @@ snippets on @url{https://commandlinefu.com}.")
|
||||||
(define-public rss-bridge
|
(define-public rss-bridge
|
||||||
(package
|
(package
|
||||||
(name "rss-bridge")
|
(name "rss-bridge")
|
||||||
(version "2019-07-06")
|
(version "2019-09-12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5577,8 +5577,7 @@ snippets on @url{https://commandlinefu.com}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1mx7f3l45nqhcrng531l4cq8kpzm164hhbwn26g5akb2pamdlnra"))))
|
||||||
"0zd0c9xzvpx55mvj8xrafakfkvafnwkkvhw9b1j0bf897xdkfsyb"))))
|
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils))
|
'(#:modules ((guix build utils))
|
||||||
|
@ -5597,7 +5596,7 @@ snippets on @url{https://commandlinefu.com}.")
|
||||||
websites lacking feeds. Supported websites include Facebook, Twitter,
|
websites lacking feeds. Supported websites include Facebook, Twitter,
|
||||||
Instagram and YouTube.")
|
Instagram and YouTube.")
|
||||||
(license (list license:public-domain
|
(license (list license:public-domain
|
||||||
license:expat)))) ;; vendor/simplehtmldom/simple_html_dom.php
|
license:expat)))) ; vendor/simplehtmldom/simple_html_dom.php
|
||||||
|
|
||||||
(define-public linkchecker
|
(define-public linkchecker
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue