guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: guix-data-service: Update to 0.0.1-54.a204bda.


From: guix-commits
Subject: 01/08: gnu: guix-data-service: Update to 0.0.1-54.a204bda.
Date: Thu, 22 Aug 2024 07:40:33 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 0e0ff7dce895a8b0dc102ac70693895bbdb70c1b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Aug 22 11:15:19 2024 +0100

    gnu: guix-data-service: Update to 0.0.1-54.a204bda.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-54.a204bda.
    
    Change-Id: Ifc46f60ae9f0493c1eab08de806c4e107a866b69
---
 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 b237143684..34922911a7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5194,8 +5194,8 @@ Cloud.")
     (license license:expat)))
 
 (define-public guix-data-service
-  (let ((commit "eeda1bf33b42a81a8a295c9e498f3bb44e95d6f1")
-        (revision "53"))
+  (let ((commit "a204bda36d0433b5835375cbdc9e640a2a196674")
+        (revision "54"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -5207,7 +5207,7 @@ Cloud.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1dvlzm359iq6dghr7q1prqlkngxcy1198nb0xbv5rpwjp69j2vg9"))))
+                  "0f86sxxm0gnbkkb3x0kzrf9ld561y3mch4nkjylbmqdihh0609f0"))))
       (build-system gnu-build-system)
       (arguments
        (list



reply via email to

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