guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rss-bridge: Update to 2018-11-10.


From: guix-commits
Subject: 01/01: gnu: rss-bridge: Update to 2018-11-10.
Date: Tue, 27 Nov 2018 09:54:08 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 5df8f0689d4c79264d04b5f0107a463e0b7ea7a5
Author: Arun Isaac <address@hidden>
Date:   Tue Nov 27 20:10:41 2018 +0530

    gnu: rss-bridge: Update to 2018-11-10.
    
    * gnu/packages/web.scm (rss-bridge): Update to 2018-11-10.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index eeaaa85..6b6a1cf 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2016 Clément Lassieur <address@hidden>
 ;;; Copyright © 2016, 2017 Nils Gillmann <address@hidden>
-;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016 Bake Timmons <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
@@ -5757,7 +5757,7 @@ named elements: the @code{status}, the @code{headers}, 
and the @code{body}.")
 (define-public rss-bridge
   (package
     (name "rss-bridge")
-    (version "2018-03-11")
+    (version "2018-11-10")
     (source
      (origin
        (method url-fetch)
@@ -5766,7 +5766,7 @@ named elements: the @code{status}, the @code{headers}, 
and the @code{body}.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1ix15ck45yb659k63mhwxwia6qnm9nn8jw0bga85abrvk1rchjdn"))))
+         "1l9a82smh6k37bjvzbmkdlssxywlmr40ig4cykgsns1iiszwv4ia"))))
     (build-system trivial-build-system)
     (native-inputs
      `(("gzip" ,gzip)



reply via email to

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