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-22.bd83906.


From: guix-commits
Subject: 02/02: gnu: guix-data-service: Update to 0.0.1-22.bd83906.
Date: Sat, 2 Jan 2021 16:11:46 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit d3f96ad32296f0da42862b52be7db69f93a5f906
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jan 2 21:02:57 2021 +0000

    gnu: guix-data-service: Update to 0.0.1-22.bd83906.
    
    This fixes some breakages with the "" -> #f change with NULL values in 
squee,
    at least enough to get the package building again.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-22.bd83906.
---
 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 d972e21..46b1c4d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4643,8 +4643,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "c596a1c6a90bb2fe07da5339b8dc832b81d94194")
-        (revision "21"))
+  (let ((commit "bd8390673e073a4d66082e48120cc3c86a255fc8")
+        (revision "22"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4656,7 +4656,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "09gn2imhh3aqkzray0xgkz7slriy567inh5lpkxm74bgmx862g3g"))))
+                  "11kkm3qn1zsri5sz8gwcrcbypa55fj3m0srd9snfrhiadv4sn211"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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