guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix-data-service: Update to 0.0.1-24.060df9


From: guix-commits
Subject: branch master updated: gnu: guix-data-service: Update to 0.0.1-24.060df92.
Date: Mon, 01 Feb 2021 03:48:06 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f1fada8  gnu: guix-data-service: Update to 0.0.1-24.060df92.
f1fada8 is described below

commit f1fada8ace7bad0c1846829007853944c24dfd62
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Feb 1 08:46:47 2021 +0000

    gnu: guix-data-service: Update to 0.0.1-24.060df92.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92.
---
 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 2d651e6..9f4b533 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4642,8 +4642,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "e3878fefb4184f3ad45a6e6f434767c0bf109db8")
-        (revision "23"))
+  (let ((commit "060df92557d5a32dbd3ae4a32c2c5725cd53e09b")
+        (revision "24"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4655,7 +4655,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0002ckayjnd6mw7a0m7q307jdwc9vsjgiidp72463xyp0yrnjdjf"))))
+                  "0ggwslwm041gkd0i45xhvnalxrhjaj4da27p5wrpknrhpa4ipf6v"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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