guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: guix-data-service: Update to 0.0.1-39.8c2f97e.


From: guix-commits
Subject: 01/06: gnu: guix-data-service: Update to 0.0.1-39.8c2f97e.
Date: Tue, 21 Feb 2023 08:51:21 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 9577d09c59bcc2edf381d47e7789c681755f30b2
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Feb 21 09:25:05 2023 +0000

    gnu: guix-data-service: Update to 0.0.1-39.8c2f97e.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-39.8c2f97e.
---
 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 98db004482..e5fb7abfc1 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4762,8 +4762,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "6be113f99d52cc284ecd0ed07fc88df5ea7bf718")
-        (revision "38"))
+  (let ((commit "8c2f97eef82412a4309273e22b6edeaf53dc2d0e")
+        (revision "39"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4775,7 +4775,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0y2dp83v0180vh33v56rbcqkl2qx8n8by3z2j6fx9ghv7dx5skbp"))))
+                  "12k930vkg07i9xysli3fxbgn3hbqy2l5s9rybm7ayvbcmbdqmgcn"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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