diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-07 15:39:54 +0100 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-12-09 19:46:18 +0200 |
| commit | 8d9372a851a49f1cabee1fef32915b259c2adf6f (patch) | |
| tree | 24ba885eeb14c463d105f353d035bab664142775 /gnu/packages/xml.scm | |
| parent | 2d894dcf1721e521440e6859684482df38a6f409 (diff) | |
gnu: tinyxml2: Update to 11.0.0.
* gnu/packages/xml.scm (tinyxml2): Update to 11.0.0.
[home-page]: Fix URL.
Change-Id: I8cd1c61c40ad766c4dac640dd71f72a1955c04d3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 6ad034f667f..b5cf3920ca8 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -1344,7 +1344,7 @@ C++ programming language.") | |||
| 1344 | (define-public tinyxml2 | 1344 | (define-public tinyxml2 |
| 1345 | (package | 1345 | (package |
| 1346 | (name "tinyxml2") | 1346 | (name "tinyxml2") |
| 1347 | (version "8.0.0") | 1347 | (version "11.0.0") |
| 1348 | (source | 1348 | (source |
| 1349 | (origin | 1349 | (origin |
| 1350 | (method git-fetch) | 1350 | (method git-fetch) |
| @@ -1353,12 +1353,12 @@ C++ programming language.") | |||
| 1353 | (commit version))) | 1353 | (commit version))) |
| 1354 | (file-name (git-file-name name version)) | 1354 | (file-name (git-file-name name version)) |
| 1355 | (sha256 | 1355 | (sha256 |
| 1356 | (base32 "0raa8r2hsagk7gjlqjwax95ib8d47ba79n91r4aws2zg8y6ssv1d")))) | 1356 | (base32 "19cvjaq16z777xyi8krgc5jif5wkjv1ikw2icijprlj0zi5511dd")))) |
| 1357 | (build-system cmake-build-system) | 1357 | (build-system cmake-build-system) |
| 1358 | (synopsis "Small XML parser for C++") | 1358 | (synopsis "Small XML parser for C++") |
| 1359 | (description "TinyXML2 is a small and simple XML parsing library for the | 1359 | (description "TinyXML2 is a small and simple XML parsing library for the |
| 1360 | C++ programming language.") | 1360 | C++ programming language.") |
| 1361 | (home-page "http://www.grinninglizard.com/tinyxml2/") | 1361 | (home-page "https://leethomason.github.io/tinyxml2/") |
| 1362 | (license license:zlib))) | 1362 | (license license:zlib))) |
| 1363 | 1363 | ||
| 1364 | (define-public xmlstarlet | 1364 | (define-public xmlstarlet |
