guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: guix-data-service: Update to 0.0.1-40.3734a85


From: guix-commits
Subject: 01/03: gnu: guix-data-service: Update to 0.0.1-40.3734a85
Date: Sat, 6 May 2023 07:52:19 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 99bcf7ce981d70401eac892079e41cc6ca7aaf33
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat May 6 12:48:09 2023 +0100

    gnu: guix-data-service: Update to 0.0.1-40.3734a85
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-40.3734a85.
---
 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 2f27d16440..406e7343d8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4766,8 +4766,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "8c2f97eef82412a4309273e22b6edeaf53dc2d0e")
-        (revision "39"))
+  (let ((commit "3734a85650cc4a34d5bfa06d151edcc7efe7144e")
+        (revision "40"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4779,7 +4779,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "12k930vkg07i9xysli3fxbgn3hbqy2l5s9rybm7ayvbcmbdqmgcn"))))
+                  "1a3li1gfll9w6w7amk4av1565abw8i4a706rfkd5lg36jikkap4q"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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