guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-prometheus: Update to 0-1.8980f39.


From: guix-commits
Subject: branch master updated: gnu: guile-prometheus: Update to 0-1.8980f39.
Date: Mon, 05 Oct 2020 12:36:11 -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 b452f1b  gnu: guile-prometheus: Update to 0-1.8980f39.
b452f1b is described below

commit b452f1b1b3bc101c47866423ba6f14ec4a1db510
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Oct 5 17:27:53 2020 +0100

    gnu: guile-prometheus: Update to 0-1.8980f39.
    
    This revision supports cross-compilation, so guile is added to the
    native-inputs to enable this.
    
    * gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-1.8980f39.
    [native-inputs]: Add guile.
---
 gnu/packages/guile-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f4a1e40..7255786 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -845,8 +845,8 @@ Vicare Scheme and IronScheme.  Right now it contains:
     (license license:bsd-3)))
 
 (define-public guile-prometheus
-  (let ((commit "cbc6e1b03512443a03d66414c426adb8470b5f2b")
-        (revision "0"))
+  (let ((commit "8980f39bafb3e59d6de17e7b311df4932e5b5182")
+        (revision "1"))
     (package
     (name "guile-prometheus")
     (version (git-version "0" revision commit))
@@ -857,13 +857,14 @@ Vicare Scheme and IronScheme.  Right now it contains:
                     (commit commit)))
               (sha256
                (base32
-                "1k1qg4ia87w2ipnf8cpikdc67lxi5bmahkhgk2x0i9ibdyvqb7np"))
+                "04vwza78b5nq0szzxzvpnfjyfkb4pqf2w4dx3kz1f082n01xnwss"))
               (file-name (string-append name "-" version "-checkout"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("autoconf" ,autoconf)
-       ("automake" ,automake)))
+       ("automake" ,automake)
+       ("guile" ,guile-3.0)))
     (inputs
      `(("guile" ,guile-3.0)))
     (home-page "https://git.cbaines.net/guile/prometheus";)



reply via email to

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