guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: guix-data-service: Update to 0.0.1-15.4ed1400.


From: guix-commits
Subject: 02/02: gnu: guix-data-service: Update to 0.0.1-15.4ed1400.
Date: Thu, 2 Jan 2020 16:27:50 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 08e69c79dc729a5bc95e218d8e4569072b8a4a79
Author: Christopher Baines <address@hidden>
Date:   Thu Jan 2 21:27:17 2020 +0000

    gnu: guix-data-service: Update to 0.0.1-15.4ed1400.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-15.4ed1400.
---
 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 69e644b..3a8a04c 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 "f2343b5fc9228b08be87a2a3a87cc6eda75d674c")
-        (revision "14"))
+  (let ((commit "4ed14007c44f55869d30358b6da2235069dfcaf9")
+        (revision "15"))
     (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
-                  "0kmhyrp1fj5ghayda77pzxl8z1gcr33349yirmjnki0l7fpc2nww"))))
+                  "06smgbw9jdyarnz877dsd6mjcd3nhs9hav5z6h8cngvpznjf3hy8"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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