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-16.c7e3a1b.


From: guix-commits
Subject: 01/01: gnu: guix-data-service: Update to 0.0.1-16.c7e3a1b.
Date: Sun, 5 Jan 2020 09:21:53 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit a8f753c293a4258c07126007b2e47d476b8a59e9
Author: Christopher Baines <address@hidden>
Date:   Sun Jan 5 14:17:59 2020 +0000

    gnu: guix-data-service: Update to 0.0.1-16.c7e3a1b.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-16.c7e3a1b.
---
 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 65038f7..5b457cc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4194,8 +4194,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "4ed14007c44f55869d30358b6da2235069dfcaf9")
-        (revision "15"))
+  (let ((commit "c7e3a1bd0b0648561211f52bd9f674358da59223")
+        (revision "16"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4207,7 +4207,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "06smgbw9jdyarnz877dsd6mjcd3nhs9hav5z6h8cngvpznjf3hy8"))))
+                  "08c6bpzmsh62ng4bx008xcgayrrxz815jbpb96n98didk2zyzfg0"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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