diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-10 03:16:08 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:34 +0200 |
| commit | f1e81d8dcbb459bb56940efcb6c109433d1321a6 (patch) | |
| tree | b324a5ab6fef733083fb9e8d41fed4f15504369a /gnu/packages | |
| parent | 55d7b8f1f62ece942c42c7075e369049366d4cb7 (diff) | |
gnu: python-carbon: Update to 1.1.10.
* gnu/packages/monitoring.scm (python-carbon): Update to 1.1.10.
Change-Id: I5a6af8a2ab1f2f8a87883f5be7f74b642ee6669e
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/monitoring.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index 9813b5ca670..01b554d9aa3 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm | |||
| @@ -433,23 +433,24 @@ historical data.") | |||
| 433 | (define-public python-carbon | 433 | (define-public python-carbon |
| 434 | (package | 434 | (package |
| 435 | (name "python-carbon") | 435 | (name "python-carbon") |
| 436 | (version "1.1.8") | 436 | (version "1.1.10") |
| 437 | (source | 437 | (source |
| 438 | (origin | 438 | (origin |
| 439 | (method url-fetch) | 439 | (method url-fetch) |
| 440 | (uri (pypi-uri "carbon" version)) | 440 | (uri (pypi-uri "carbon" version)) |
| 441 | (sha256 | 441 | (sha256 |
| 442 | (base32 | 442 | (base32 |
| 443 | "1wb91fipk1niciffq5xwqbh8g7rl7ghdam4m97cjbig12i5qr4cm")))) | 443 | "0p6yjxif5ly5wkllnaw41w2zy9y0nffgfk91v861fn6c26lmnfy1")))) |
| 444 | (build-system python-build-system) | 444 | (build-system pyproject-build-system) |
| 445 | (arguments | 445 | (arguments |
| 446 | `(#:phases | 446 | `(#:phases |
| 447 | (modify-phases %standard-phases | 447 | (modify-phases %standard-phases |
| 448 | ;; Don't install to /opt | 448 | ;; Don't install to /opt |
| 449 | (add-after 'unpack 'do-not-install-to-/opt | 449 | (add-after 'unpack 'do-not-install-to-/opt |
| 450 | (lambda _ (setenv "GRAPHITE_NO_PREFIX" "1") #t))))) | 450 | (lambda _ (setenv "GRAPHITE_NO_PREFIX" "1") #t))))) |
| 451 | (native-inputs (list python-setuptools python-wheel)) | ||
| 451 | (propagated-inputs | 452 | (propagated-inputs |
| 452 | (list python-cachetools python-txamqp python-urllib3 python-whisper)) | 453 | (list python-cachetools python-twisted python-txamqp python-urllib3)) |
| 453 | (home-page "https://graphiteapp.org/") | 454 | (home-page "https://graphiteapp.org/") |
| 454 | (synopsis "Backend data caching and persistence daemon for Graphite") | 455 | (synopsis "Backend data caching and persistence daemon for Graphite") |
| 455 | (description "Carbon is a backend data caching and persistence daemon for | 456 | (description "Carbon is a backend data caching and persistence daemon for |
