diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-06 07:20:56 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:30 +0100 |
| commit | c10c1ffc4b93d64b64843f71b811718858683ed2 (patch) | |
| tree | 18ad184064e7ec8abb60201f86cb04545722755a /gnu/packages | |
| parent | 3dee4a6e7cfb8fcd7fd632dc9f40a0907a9f3865 (diff) | |
gnu: python-llvmlite: Update to 0.48.0.
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.48.0.
[inputs]: Replace llvm-20 by llvm.
Relates-to: guix/guix!10379
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/llvm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm index 8ad026fb131..11db540baf2 100644 --- a/gnu/packages/llvm.scm +++ b/gnu/packages/llvm.scm | |||
| @@ -2046,7 +2046,7 @@ generator targetting AMD hardware.") | |||
| 2046 | (define-public python-llvmlite | 2046 | (define-public python-llvmlite |
| 2047 | (package | 2047 | (package |
| 2048 | (name "python-llvmlite") | 2048 | (name "python-llvmlite") |
| 2049 | (version "0.47.0") | 2049 | (version "0.48.0") |
| 2050 | (source | 2050 | (source |
| 2051 | (origin | 2051 | (origin |
| 2052 | ;; XXX: Switching to git require versioneer from python-xyz. | 2052 | ;; XXX: Switching to git require versioneer from python-xyz. |
| @@ -2054,7 +2054,7 @@ generator targetting AMD hardware.") | |||
| 2054 | (uri (pypi-uri "llvmlite" version)) | 2054 | (uri (pypi-uri "llvmlite" version)) |
| 2055 | (sha256 | 2055 | (sha256 |
| 2056 | (base32 | 2056 | (base32 |
| 2057 | "1k1wqdq9as876whzkf7hvy7lyi3yhl74nk8qj98fjx7cd3liq0v2")))) | 2057 | "1lpdjbg9ip8d9kv5cgcakyzkf58vxvj930a6s5h7qg4gxzwijfsl")))) |
| 2058 | (build-system pyproject-build-system) | 2058 | (build-system pyproject-build-system) |
| 2059 | (arguments | 2059 | (arguments |
| 2060 | (list | 2060 | (list |
| @@ -2084,7 +2084,7 @@ generator targetting AMD hardware.") | |||
| 2084 | (list cmake-minimal | 2084 | (list cmake-minimal |
| 2085 | python-setuptools)) | 2085 | python-setuptools)) |
| 2086 | (inputs | 2086 | (inputs |
| 2087 | (list llvm-20)) | 2087 | (list llvm)) |
| 2088 | (home-page "https://llvmlite.pydata.org") | 2088 | (home-page "https://llvmlite.pydata.org") |
| 2089 | (synopsis "Wrapper around basic LLVM functionality") | 2089 | (synopsis "Wrapper around basic LLVM functionality") |
| 2090 | (description | 2090 | (description |
