mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: guile-prometheus: Update to 0-7.e63335e.
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-7.e63335e. Change-Id: Ie4d1fabac427f7f48565a390b12e314d2f31f40d
This commit is contained in:
parent
40f53e8fb5
commit
3baa3b54d4
1 changed files with 3 additions and 3 deletions
|
@ -1326,8 +1326,8 @@ (define-public guile2.0-pg
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public guile-prometheus
|
||||
(let ((commit "4aaf902eb45b3a4c1003f854bda56c516fdf4f5b")
|
||||
(revision "6"))
|
||||
(let ((commit "e63335e64a1f63967b94ba6dd97889f9f565ca48")
|
||||
(revision "7"))
|
||||
(package
|
||||
(name "guile-prometheus")
|
||||
(version (git-version "0" revision commit))
|
||||
|
@ -1338,7 +1338,7 @@ (define-public guile-prometheus
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"03sr7wgksi9ys6jyzsnwanl2qqa8csi8jzcgrc3wfzp17vcc16yi"))
|
||||
"0f8rykqx3mdbi7mgvvanx65i9gn5wmb768vlzrbg002v38284bf2"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue