diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-12 14:23:26 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:23 +0100 |
| commit | 972ac1b20bd6a1a62a05ff9ce4b90ca2fc2091c3 (patch) | |
| tree | 077fdc7afdfabaa53a3ec811a69591ad3eabc9c4 /gnu/packages | |
| parent | 79f1d406cc3c510d29165f43171924c7ef6847f9 (diff) | |
gnu: python-throttler: Update to 1.2.3.
* gnu/packages/python-xyz.scm (python-throttler): Update to 1.2.3.
[native-inputs]: Remove python-codecov, python-flake8, and python-wheel.
Relates-to: guix/guix!9885
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ea2d1aad0fe..344ec47365d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -39256,24 +39256,22 @@ approach.") | |||
| 39256 | (define-public python-throttler | 39256 | (define-public python-throttler |
| 39257 | (package | 39257 | (package |
| 39258 | (name "python-throttler") | 39258 | (name "python-throttler") |
| 39259 | (version "1.2.2") | 39259 | (version "1.2.3") |
| 39260 | (source | 39260 | (source |
| 39261 | (origin | 39261 | (origin |
| 39262 | (method git-fetch) | 39262 | (method git-fetch) |
| 39263 | (uri (git-reference | 39263 | (uri (git-reference |
| 39264 | (url "https://github.com/uburuntu/throttler") | 39264 | (url "https://github.com/uburuntu/throttler") |
| 39265 | (commit (string-append "v" version)))) | 39265 | (commit (string-append "v" version)))) |
| 39266 | (file-name (git-file-name name version)) | ||
| 39266 | (sha256 | 39267 | (sha256 |
| 39267 | (base32 "1gn21x0zkm7rr7qijlz7nvw7z0mm1j2r0r2lslg7wln1z36gjkbw")))) | 39268 | (base32 "1k0a3hxih2qk3fxljcwbbpa723bshrvcqgz2lxgll32g1lfa3hnd")))) |
| 39268 | (build-system pyproject-build-system) | 39269 | (build-system pyproject-build-system) |
| 39269 | (native-inputs | 39270 | (native-inputs |
| 39270 | (list python-aiohttp | 39271 | (list python-aiohttp |
| 39271 | python-codecov | ||
| 39272 | python-flake8 | ||
| 39273 | python-pytest | 39272 | python-pytest |
| 39274 | python-pytest-asyncio | 39273 | python-pytest-asyncio |
| 39275 | python-setuptools | 39274 | python-setuptools)) |
| 39276 | python-wheel)) | ||
| 39277 | (home-page "https://github.com/uburuntu/throttler") | 39275 | (home-page "https://github.com/uburuntu/throttler") |
| 39278 | (synopsis "Throttling with asyncio support") | 39276 | (synopsis "Throttling with asyncio support") |
| 39279 | (description | 39277 | (description |
