[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-prometheus: Update to 0-5.35dc26c.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-prometheus: Update to 0-5.35dc26c. |
Date: |
Thu, 10 Dec 2020 15:04:17 -0500 |
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 77667e2 gnu: guile-prometheus: Update to 0-5.35dc26c.
77667e2 is described below
commit 77667e2e6307851637f3b7e1373feb778da1e46f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Dec 10 19:57:16 2020 +0000
gnu: guile-prometheus: Update to 0-5.35dc26c.
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-5.35dc26c.
---
gnu/packages/guile-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index bd12b7b..edee85f 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -886,8 +886,8 @@ Vicare Scheme and IronScheme. Right now it contains:
(license license:bsd-3)))
(define-public guile-prometheus
- (let ((commit "f661edf72d2dd711dffe4313c2a9360e79b36dd1")
- (revision "4"))
+ (let ((commit "35dc26c0ea44c3d70f1819f240d84e2cbb4b7b4c")
+ (revision "5"))
(package
(name "guile-prometheus")
(version (git-version "0" revision commit))
@@ -898,7 +898,7 @@ Vicare Scheme and IronScheme. Right now it contains:
(commit commit)))
(sha256
(base32
- "1556rv3b72wxba7yz4nn681k2l8fp70dwx32whyyxg755ma4r76f"))
+ "07822jj4appw37lf444kc4xlgl7nm64mgldag56072l55kwashgb"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-prometheus: Update to 0-5.35dc26c.,
guix-commits <=