guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guix-data-service: Update to 0.0.1-4.5e2bc7c.


From: guix-commits
Subject: 01/01: gnu: guix-data-service: Update to 0.0.1-4.5e2bc7c.
Date: Fri, 18 Oct 2019 13:49:12 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 664692c6fc240e8e65c5435f373a9b31087653f0
Author: Christopher Baines <address@hidden>
Date:   Fri Oct 18 18:48:28 2019 +0100

    gnu: guix-data-service: Update to 0.0.1-4.5e2bc7c.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-4.5e2bc7c.
---
 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 f84214b..5487eb2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4028,8 +4028,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "8019d2e6878908f40cb6b047f60d2e4fd3c6712e")
-        (revision "3"))
+  (let ((commit "5e2bc7c6e920e1542ab8fde39dbddca443a7cbc8")
+        (revision "4"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4041,7 +4041,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "06xv43az1aklrdb5y0if17xdqc80qnfdlyjiww8zmv4m3qnvj607"))))
+                  "0awfvps7k9bpg3gpgc93y401g7pjabx7mr9960vigad8vddhixqi"))))
       (build-system gnu-build-system)
       (arguments
        '(#:tests? #f                    ; TODO Tests require PostgreSQL



reply via email to

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