gnu: rss-bridge: Update to 2019-07-06.

* gnu/packages/web.scm (rss-bridge): Update to 2019-07-06.
This commit is contained in:
Arun Isaac 2019-08-19 16:30:59 +05:30
parent 41671813f1
commit fd88b8e4e8
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -5417,7 +5417,7 @@ snippets on @url{https://commandlinefu.com}.")
(define-public rss-bridge
(package
(name "rss-bridge")
(version "2019-01-13")
(version "2019-07-06")
(source
(origin
(method git-fetch)
@ -5427,7 +5427,7 @@ snippets on @url{https://commandlinefu.com}.")
(file-name (git-file-name name version))
(sha256
(base32
"1m0dq491954f0d7k4508ddlywk09whcz9j21rc4yk3lbwpf0nd4c"))))
"0zd0c9xzvpx55mvj8xrafakfkvafnwkkvhw9b1j0bf897xdkfsyb"))))
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))