guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix-data-service: Update to 0.0.1-17.bf25a8


From: guix-commits
Subject: branch master updated: gnu: guix-data-service: Update to 0.0.1-17.bf25a8d.
Date: Mon, 20 Jan 2020 15:32:37 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aa10ad7  gnu: guix-data-service: Update to 0.0.1-17.bf25a8d.
aa10ad7 is described below

commit aa10ad7d4605ae27a925a9b78b1090f737d9865f
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 20 20:30:25 2020 +0000

    gnu: guix-data-service: Update to 0.0.1-17.bf25a8d.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-17.bf25a8d.
---
 gnu/packages/web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9b568ad..feeb3da 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -24,7 +24,7 @@
 ;;; Copyright © 2017 Petter <address@hidden>
 ;;; Copyright © 2017 Pierre Langlois <address@hidden>
 ;;; Copyright © 2017 Rutger Helling <address@hidden>
-;;; Copyright © 2017, 2019 Christopher Baines <address@hidden>
+;;; Copyright © 2017, 2019, 2020 Christopher Baines <address@hidden>
 ;;; Copyright © 2018, 2019 Julien Lepiller <address@hidden>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
 ;;; Copyright © 2018 Gábor Boskovits <address@hidden>
@@ -4239,8 +4239,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "c7e3a1bd0b0648561211f52bd9f674358da59223")
-        (revision "16"))
+  (let ((commit "bf25a8db0278b49ef2149c69ef5d6dd2201fd413")
+        (revision "17"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4252,7 +4252,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "08c6bpzmsh62ng4bx008xcgayrrxz815jbpb96n98didk2zyzfg0"))))
+                  "0s6faybczdn10zwrkn22nfq5lvf538513hbmjfaqlkhfmwc4s1qd"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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