diff options
| author | Jake Forster <jakecameron.forster@gmail.com> | 2026-03-05 17:16:13 +1030 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-03-17 09:08:07 +0100 |
| commit | 84253e012bfb80ce8b921b7b9b0cba32b5b43c5e (patch) | |
| tree | 9a51b50a09bd8e09bb6d35fe16c2f6cf3bfb46f3 | |
| parent | aeeb8be0e27b4109eb2be27efe6bb7b2aa50e003 (diff) | |
gnu: castxml: Update to 0.7.0.
* gnu/packages/cpp.scm (castxml): Update to 0.7.0.
[native-inputs]: Replace clang-17 with clang-21 and llvm-17 with llvm-21.
Change-Id: Ica66157be266189e6d7d109009772c187848c8c2
| -rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index cce061999cf..c2b31ecbb6c 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -307,7 +307,7 @@ navigation, and handling of incoming packets.") (define-public castxml (package (name "castxml") - (version "0.6.4") + (version "0.7.0") (source (origin (method git-fetch) (uri @@ -316,7 +316,7 @@ navigation, and handling of incoming packets.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0l5ys9zmllfgwhjrm897akbsf38iswfcarhxg27xfhiy0bmzcwsg")))) + (base32 "03l9nyd871c5gk5cdp8fbgyszps5989rhw12wap8dgmr6s6jv3rj")))) (build-system cmake-build-system) (arguments (list @@ -327,7 +327,7 @@ navigation, and handling of incoming packets.") #$(version-major (package-version (this-package-native-input "clang"))))))) (inputs (list libffi)) - (native-inputs (list clang-17 llvm-17)) + (native-inputs (list clang-21 llvm-21)) (home-page "https://github.com/CastXML/CastXML") (synopsis "C-family abstract syntax tree XML output") (description "CastXML is a C-family abstract syntax tree XML output tool. |
