gnu: llvm-for-rocm: Update synopsis and description.

* gnu/packages/llvm.scm (llvm-for-rocm)[description]: Replace llvm-14
with llvm-19.
[synopsis]: Replace llvm-14 with llvm-19.

Closes: #3004
Change-Id: Ie0c0357a622826fc8b583c596db489dba2e9732e
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Cayetano Santos 2025-09-26 10:15:36 +02:00 committed by Danny Milosavljevic
parent 9547bd309b
commit 15e445958a
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1295,9 +1295,9 @@ Library.")
,@(package-properties llvm-19)))
(home-page "https://github.com/ROCm/llvm-project")
(synopsis
(string-append (package-synopsis llvm-14) " (AMD fork)"))
(string-append (package-synopsis llvm-19) " (AMD fork)"))
(description
(string-append (package-description llvm-14) "
(string-append (package-description llvm-19) "
This AMD fork includes AMD-specific additions."))))