guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4b18d485be37d2c94e61ddd44572e9386fc8b1e0
Author: Christopher Baines <[email protected]>
AuthorDate: Thu Oct 23 16:41:57 2025 +0100

    gnu: guix-data-service: Update to 0.0.1-72.6e25a64.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-72.6e25a64.
    
    Change-Id: Iebf89888c8fc946ecfa7dfbe3c448f02de96ef65
---
 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 b916ea3ecc..4b24203b1f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5559,8 +5559,8 @@ Cloud.")
     (license license:expat)))
 
 (define-public guix-data-service
-  (let ((commit "683b375d5679acd248aeff7e8e16424530a92346")
-        (revision "71"))
+  (let ((commit "6e25a64815957700008cf0ba4aae8b08321d449a")
+        (revision "72"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -5572,7 +5572,7 @@ Cloud.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "19z1v907dkwpg70d273avvms2vmqnimr6smx5rp5vn6p9wyv95h8"))))
+                  "0nh5381hlcnhmrf4wfrj2ns1mi1aw3ivc5760cjmah3fyvb06igr"))))
       (build-system gnu-build-system)
       (arguments
        (list

Reply via email to