guix-commits
[Top][All Lists]
Advanced

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

12/285: gnu: guix-data-service: Update to 0.0.1-9.31110ac.


From: guix-commits
Subject: 12/285: gnu: guix-data-service: Update to 0.0.1-9.31110ac.
Date: Sun, 29 Dec 2019 20:43:51 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 39bbd1ab9dedbdfe50ef10665e1bdcae7314713e
Author: Christopher Baines <address@hidden>
Date:   Sun Dec 22 22:41:38 2019 +0000

    gnu: guix-data-service: Update to 0.0.1-9.31110ac.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-9.31110ac.
---
 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 19017fb..ca92f7e 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 "a019a5ed821cf1b7b2c2b0e1bd2dc25a51bbcb84")
-        (revision "8"))
+  (let ((commit "31110acc91badc8f080b166c90966669c854a319")
+        (revision "9"))
     (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
-                  "1kckfdgh8v9mmxxrsz6n2ibs78jr821qpbqh4mz8fyavm28c7h3f"))))
+                  "0cp0p2ghakckf3gn6qnid0ws16qsdjrzl9a08vkq6z8yf5mg4mwn"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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