summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2026-08-17 20:29:49 +0100
committerChristopher Baines <mail@cbaines.net>2026-08-17 20:29:49 +0100
commitc36f091b9dc21e9be45ff0362bbeb910d366f289 (patch)
tree737cea326e32a61c411cf6b1a4558b130ac9ceda /gnu
parentcc17b07059b0037613688b72bc97c63a1491122e (diff)
gnu: guile-prometheus: Update to 0-9.1538308.
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-9.1538308. [source,home-page]: Update URLs. Change-Id: I1eece99865d9280c21433bf9e82a557e6a46f301
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/guile-xyz.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cf5a31f4e7f..f243743689c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1851,26 +1851,26 @@ works with Guile 1.4.x to 2.0.x.")
1851 (license license:gpl3+))) 1851 (license license:gpl3+)))
1852 1852
1853(define-public guile-prometheus 1853(define-public guile-prometheus
1854 (let ((commit "49be2bc1ae7ff53b35aeefc0dd60ffa8768b5184") 1854 (let ((commit "15383082cf3d9c8ee993a876c6f8070c16db880d")
1855 (revision "8")) 1855 (revision "9"))
1856 (package 1856 (package
1857 (name "guile-prometheus") 1857 (name "guile-prometheus")
1858 (version (git-version "0" revision commit)) 1858 (version (git-version "0" revision commit))
1859 (source (origin 1859 (source (origin
1860 (method git-fetch) 1860 (method git-fetch)
1861 (uri (git-reference 1861 (uri (git-reference
1862 (url "https://git.cbaines.net/git/guile/prometheus") 1862 (url "https://forge.cbaines.net/cbaines/guile-prometheus.git")
1863 (commit commit))) 1863 (commit commit)))
1864 (sha256 1864 (sha256
1865 (base32 1865 (base32
1866 "0jlz3568gmbzhfpypx09k6awlzg330zm4fplnqsl6za8flhwbjp3")) 1866 "02c8k97igpgm0s0rx5v5w6yzkcmmprj3myppg9ywmy6vn9n5a823"))
1867 (file-name (git-file-name name version)))) 1867 (file-name (git-file-name name version))))
1868 (build-system gnu-build-system) 1868 (build-system gnu-build-system)
1869 (native-inputs 1869 (native-inputs
1870 (list pkg-config autoconf automake guile-3.0)) 1870 (list pkg-config autoconf automake guile-3.0))
1871 (inputs 1871 (inputs
1872 (list guile-3.0)) 1872 (list guile-3.0))
1873 (home-page "https://git.cbaines.net/guile/prometheus") 1873 (home-page "https://forge.cbaines.net/cbaines/guile-prometheus")
1874 (synopsis "Prometheus client library for Guile") 1874 (synopsis "Prometheus client library for Guile")
1875 (description 1875 (description
1876 "This Guile library provides instrumentation code intended to be used 1876 "This Guile library provides instrumentation code intended to be used