summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-29 17:36:39 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-29 17:36:39 +0200
commit4bb5bdd9638c21226061c5e09a05b6c0e8e76902 (patch)
tree0666681ede997b1cd78e3db3cdfccb44ab89040c /gnu
parente086d2f68b90a39bae07ae46572e5cc6b0fc4308 (diff)
downloadguix-4bb5bdd9638c21226061c5e09a05b6c0e8e76902.tar.gz
gnu: rss-bridge: Update to 2018-03-11.
* gnu/packages/web.scm (rss-bridge): Update to 2018-03-11.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9d9df002c1..cefa65dc21 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5526,7 +5526,7 @@ named elements: the @code{status}, the @code{headers}, and the @code{body}.")
 (define-public rss-bridge
   (package
     (name "rss-bridge")
-    (version "2017-08-03")
+    (version "2018-03-11")
     (source
      (origin
        (method url-fetch)
@@ -5535,7 +5535,7 @@ named elements: the @code{status}, the @code{headers}, and the @code{body}.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "05s16y552hbyj91s7bnlkx1bi64s6aw0fjy29az8via3i3b21yhl"))))
+         "1ix15ck45yb659k63mhwxwia6qnm9nn8jw0bga85abrvk1rchjdn"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("gzip" ,gzip)