guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: guix-data-service: Update to 0.0.1-36.7b69611.


From: guix-commits
Subject: 01/09: gnu: guix-data-service: Update to 0.0.1-36.7b69611.
Date: Tue, 13 Dec 2022 08:44:03 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 2fb187ed7c2ae9b4c46ba128c105685e3adda2df
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Dec 13 13:11:40 2022 +0000

    gnu: guix-data-service: Update to 0.0.1-36.7b69611.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-36.7b69611.
---
 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 d59a5c0a3c..dcb7b3872a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4659,8 +4659,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "95064d39a337da9f2eb7d5675e0e511301466f77")
-        (revision "34"))
+  (let ((commit "7b69611755ac3b9132710d83a1139b4c5606578d")
+        (revision "36"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4672,7 +4672,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1nkasn2wk36jfnfan619lv604cjj6ppwvmiljckcyyr57yynqbr4"))))
+                  "0lmvmalgfbc6q80f8dwqikdd5kna2vl4jlmf2li206hmcq2hzh6p"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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