[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
- branch master updated (4c194859f7 -> 10d04c8b2f), guix-commits, 2024/08/22
- 07/08: gnu: gallery-dl: Update to 1.27.3., guix-commits, 2024/08/22
- 05/08: gnu: racket: Update to 8.14., guix-commits, 2024/08/22
- 02/08: gnu: easyeffects: Update to 7.1.7., guix-commits, 2024/08/22
- 03/08: gnu: gpsbabel: Update to 1.9.0., guix-commits, 2024/08/22
- 04/08: gnu: darktable: Update to 4.8.1., guix-commits, 2024/08/22
- 06/08: Revert "gnu: chez-scheme-for-racket: Fix building on riscv64-linux.", guix-commits, 2024/08/22
- 08/08: gnu: podman: Update to 5.2.1., guix-commits, 2024/08/22
- 01/08: gnu: guix-data-service: Update to 0.0.1-54.a204bda.,
guix-commits <=