diff options
author | Vinicius Monego <monego@posteo.net> | 2024-03-25 15:10:56 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-04-06 08:00:59 -0300 |
commit | 81c6c8a01b91e65732f64afbb35980742441a5fd (patch) | |
tree | aa3e6e4e00ac7b20f808a177928f3277d0a8bdd6 /gnu/packages/cpp.scm | |
parent | 38e93600b5cb62fd40d1c1b36ae7ca5c20718746 (diff) | |
download | guix-81c6c8a01b91e65732f64afbb35980742441a5fd.tar guix-81c6c8a01b91e65732f64afbb35980742441a5fd.tar.gz |
gnu: openimageio: Update to 2.5.10.1.
* gnu/packages/graphics.scm (openimageio): Update to 2.5.10.1.
[source]: Adjust tag prefix.
[arguments]: Use G-Expressions.
<#:configure-flags>: Pass "-DOIIO_BUILD_TESTS=false".
[inputs]: Replace openexr-2 with openexr, fmt-8 with fmt. Use package
labels. Sort alphabetically.
Change-Id: I7016f89c5b7c78cbc1ffeac23e5c0cefe2a8f43b
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index d4123c7bf4..8d15b32f8e 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2020 Roel Janssen <roel@gnu.org> ;;; Copyright © 2020, 2021, 2023, 2024 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re> -;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net> +;;; Copyright © 2020, 2021, 2022, 2024 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2020, 2022 Marius Bakke <marius@gnu.org> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Alexandros Theodotou <alex@zrythm.org> |