guix-commits
[Top][All Lists]
Advanced

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

285/285: gnu: guix-data-service: Update to 0.0.1-13.82b797e.


From: guix-commits
Subject: 285/285: gnu: guix-data-service: Update to 0.0.1-13.82b797e.
Date: Sun, 29 Dec 2019 20:44:48 -0500 (EST)

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

commit 281bce134a2af5e96fbf7d54a098cc8f6b6f62f9
Author: Christopher Baines <address@hidden>
Date:   Sun Dec 29 18:13:12 2019 +0000

    gnu: guix-data-service: Update to 0.0.1-13.82b797e.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e.
---
 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 9e0cf0d..e747dec 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 "f56935a8a6893ca27b8bebea15c452167764f901")
-        (revision "12"))
+  (let ((commit "82b797ee9869ebe24f7dbbcc56c3d500e75dc2d3")
+        (revision "13"))
     (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
-                  "0qfrblljvg46q9jvs0ilp3vrz226qrhv00lgf2awwq7m595vn3v8"))))
+                  "0m500f40b4dmw1nsjhci7v4jxk8fsn2pp0xkiw2s13rmdnqar31s"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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