guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: guix-data-service: Update to 0.0.1-41.6885006.


From: guix-commits
Subject: 03/03: gnu: guix-data-service: Update to 0.0.1-41.6885006.
Date: Tue, 23 May 2023 07:54:18 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 6783f558fa2bcbc662e021e1b3bf502c64706177
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue May 23 12:44:53 2023 +0100

    gnu: guix-data-service: Update to 0.0.1-41.6885006.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-41.6885006.
---
 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 fe52f673e2..9b153e86b2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4770,8 +4770,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "3734a85650cc4a34d5bfa06d151edcc7efe7144e")
-        (revision "40"))
+  (let ((commit "68850065d79ba05dad7201c3ed22f5e2e32680b7")
+        (revision "41"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4783,7 +4783,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1a3li1gfll9w6w7amk4av1565abw8i4a706rfkd5lg36jikkap4q"))))
+                  "0y7a9jbbkzhlhmn639kgmzlkw927w4nrsafm1sj51mrblr5qk4lq"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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