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-14.f2343b5.


From: guix-commits
Subject: 01/01: gnu: guix-data-service: Update to 0.0.1-14.f2343b5.
Date: Tue, 31 Dec 2019 05:37:56 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 8dd723f55b430cae19f339a3e4601b854ecce5b9
Author: Christopher Baines <address@hidden>
Date:   Tue Dec 31 10:34:28 2019 +0000

    gnu: guix-data-service: Update to 0.0.1-14.f2343b5.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-14.f2343b5.
---
 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 dd27454..69e644b 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 "82b797ee9869ebe24f7dbbcc56c3d500e75dc2d3")
-        (revision "13"))
+  (let ((commit "f2343b5fc9228b08be87a2a3a87cc6eda75d674c")
+        (revision "14"))
     (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
-                  "0m500f40b4dmw1nsjhci7v4jxk8fsn2pp0xkiw2s13rmdnqar31s"))))
+                  "0kmhyrp1fj5ghayda77pzxl8z1gcr33349yirmjnki0l7fpc2nww"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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