[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guix-data-service: Update to 0.0.1-55.64aeef
From: |
guix-commits |
Subject: |
branch master updated: gnu: guix-data-service: Update to 0.0.1-55.64aeeff. |
Date: |
Thu, 28 Nov 2024 08:14:58 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 369d2698b0 gnu: guix-data-service: Update to 0.0.1-55.64aeeff.
369d2698b0 is described below
commit 369d2698b0bfc3726f8e6d232d43d0dda832225f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Nov 28 13:13:47 2024 +0000
gnu: guix-data-service: Update to 0.0.1-55.64aeeff.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-55.64aeeff.
Change-Id: I9fa8f3f2d92aa136344e81ce9a62c82b43f0d113
---
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 23cf9dd3a7..d7c25e8b5b 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5284,8 +5284,8 @@ Cloud.")
(license license:expat)))
(define-public guix-data-service
- (let ((commit "a204bda36d0433b5835375cbdc9e640a2a196674")
- (revision "54"))
+ (let ((commit "64aeeffd8eb5b03da706d7bf57d1a2964585e6d1")
+ (revision "55"))
(package
(name "guix-data-service")
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -5297,7 +5297,7 @@ Cloud.")
(file-name (git-file-name name version))
(sha256
(base32
- "0f86sxxm0gnbkkb3x0kzrf9ld561y3mch4nkjylbmqdihh0609f0"))))
+ "0jcjl5vhzwl1hc37w6xnmxlal8j5jlfykycx5wvdrc1wb7111s8v"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guix-data-service: Update to 0.0.1-55.64aeeff.,
guix-commits <=