guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix-data-service: Update to c596a1c.


From: guix-commits
Subject: branch master updated: gnu: guix-data-service: Update to c596a1c.
Date: Mon, 07 Sep 2020 03:16:42 -0400

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 74004c6  gnu: guix-data-service: Update to c596a1c.
74004c6 is described below

commit 74004c6c000e4819332e97c87b08f6e0f88b3eb4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Sep 7 08:13:53 2020 +0100

    gnu: guix-data-service: Update to c596a1c.
    
    * gnu/packages/web.scm (guix-data-service): Update to c596a1c.
    [inputs]: Add guile-prometheus.
---
 gnu/packages/web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b3b0715..2c3a007 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4455,8 +4455,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
   (package-with-python2 python-feedparser))
 
 (define-public guix-data-service
-  (let ((commit "ab68b0fdb3efe68f1962b7b9698ffc225abfeabb")
-        (revision "20"))
+  (let ((commit "c596a1c6a90bb2fe07da5339b8dc832b81d94194")
+        (revision "21"))
     (package
       (name "guix-data-service")
       (version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -4468,7 +4468,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0imbkrm46ykjip81cbf14gc6hqlgi79fnwvsjxbhkd2wq3c1nrjg"))))
+                  "09gn2imhh3aqkzray0xgkz7slriy567inh5lpkxm74bgmx862g3g"))))
       (build-system gnu-build-system)
       (arguments
        '(#:modules ((guix build utils)
@@ -4531,6 +4531,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
          ("guile-fibers" ,guile3.0-fibers)
          ("guile-json" ,guile3.0-json)
          ("guile-email" ,guile3.0-email)
+         ("guile-prometheus" ,guile-prometheus)
          ("guile-squee" ,guile3.0-squee)
          ("ephemeralpg" ,ephemeralpg)
          ("util-linux" ,util-linux)



reply via email to

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