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-6.af13248.


From: guix-commits
Subject: 01/01: gnu: guix-data-service: Update to 0.0.1-6.af13248.
Date: Tue, 26 Nov 2019 02:22:03 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit ab6bddbc68fe9848670c993a7ffe9c8c47434f56
Author: Christopher Baines <address@hidden>
Date:   Tue Nov 26 07:21:15 2019 +0000

    gnu: guix-data-service: Update to 0.0.1-6.af13248.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-6.af13248.
---
 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 0daf817..e2ca9de 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4190,8 +4190,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "23f60a6bbb923a9510d95250b4a1626cb8a84b7f")
-        (revision "5"))
+  (let ((commit "af1324855e1ecaf9b1dd7afcc714d09aaa38f081")
+        (revision "6"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4203,7 +4203,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "08v6wdj5ia139krplc7y74s4rm1iblqf91713z69yhh5zbkvyxg8"))))
+                  "1qxs1sbyx894njw4f898wzc5shjj85h9kgz95p8mq1acmazhlhkv"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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