diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-27 20:26:05 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:29 +0000 |
| commit | 67d7cf46982223abcd4cecfb3e4f192878afc277 (patch) | |
| tree | 68825818f3adfb1f5399f69bf5435935eaa2ebef /gnu | |
| parent | b237558558a7f3d53d77e63b8e56f5e3d29012ee (diff) | |
gnu: go-github-com-prometheus-common-assets: Update to 0.2.0.
Set the correct version for go submodule.
* gnu/packages/prometheus.scm (go-github-com-prometheus-common-assets):
Update to 0.2.0.
Change-Id: I99fe5d058115401557847be6c026739d1b391c68
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/prometheus.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index 390350e267c..c9a03eb4fb3 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm | |||
| @@ -297,16 +297,17 @@ metrics.") | |||
| 297 | (define-public go-github-com-prometheus-common-assets | 297 | (define-public go-github-com-prometheus-common-assets |
| 298 | (package | 298 | (package |
| 299 | (name "go-github-com-prometheus-common-assets") | 299 | (name "go-github-com-prometheus-common-assets") |
| 300 | (version "0.55.0") | 300 | (version "0.2.0") |
| 301 | (source | 301 | (source |
| 302 | (origin | 302 | (origin |
| 303 | (method git-fetch) | 303 | (method git-fetch) |
| 304 | (uri (git-reference | 304 | (uri (git-reference |
| 305 | (url "https://github.com/prometheus/common") | 305 | (url "https://github.com/prometheus/common") |
| 306 | (commit (string-append "v" version)))) | 306 | (commit (go-version->git-ref version |
| 307 | #:subdir "assets")))) | ||
| 307 | (file-name (git-file-name name version)) | 308 | (file-name (git-file-name name version)) |
| 308 | (sha256 | 309 | (sha256 |
| 309 | (base32 "0bsbxil7qz8rhckhv0844nmn38g7i7347cjv5m6na47hbdpi0rqh")))) | 310 | (base32 "0r7sym4yaysbkc5anyypl57v9ay0a1flq00j85j7lcficl2scwrs")))) |
| 310 | (build-system go-build-system) | 311 | (build-system go-build-system) |
| 311 | (arguments | 312 | (arguments |
| 312 | (list | 313 | (list |
