guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: guix-data-service: Update to 0.0.1-34.95064d3.


From: guix-commits
Subject: 06/06: gnu: guix-data-service: Update to 0.0.1-34.95064d3.
Date: Sun, 6 Nov 2022 09:58:10 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 1b117fc3a5623d582758e890b4ab64d0637368cd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Nov 6 15:49:44 2022 +0100

    gnu: guix-data-service: Update to 0.0.1-34.95064d3.
    
    * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-34.95064d3.
---
 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 6472a04910..af1deba673 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4656,8 +4656,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                    license:freebsd-doc)))) ; documentation
 
 (define-public guix-data-service
-  (let ((commit "ee73d2cc9857533020535eb8e1ad856e04fb5152")
-        (revision "33"))
+  (let ((commit "95064d39a337da9f2eb7d5675e0e511301466f77")
+        (revision "34"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4669,7 +4669,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0rmx728md50nlka61f4gma58avplyaf32k71hazprijdqii2vkgf"))))
+                  "1nkasn2wk36jfnfan619lv604cjj6ppwvmiljckcyyr57yynqbr4"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)



reply via email to

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