diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-31 09:40:38 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-31 13:55:50 +0200 |
commit | 6b7470d29d9c75a40a9e050dd3a099a9a74dceb0 (patch) | |
tree | 439178ce95b3ee948e639d487a81b4efc40bb7e1 | |
parent | b7c3783e765bc389e60cee8d3f51ec9b7769570f (diff) |
gnu: opencolorio: Update to 2.4.2.
* gnu/packages/image-processing.scm (opencolorio): Update to 2.4.2.
Change-Id: I2fcb15b40ae26f6a3aa63733b1b911e7b044a4df
-rw-r--r-- | gnu/packages/image-processing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index e9a8c13afd..c6c20c690b 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -211,7 +211,7 @@ licences similar to the Modified BSD licence.")))) (define-public opencolorio (package (name "opencolorio") - (version "2.3.2") + (version "2.4.2") (source (origin (method git-fetch) @@ -219,7 +219,7 @@ licences similar to the Modified BSD licence.")))) (url "https://github.com/AcademySoftwareFoundation/OpenColorIO") (commit (string-append "v" version)))) (sha256 - (base32 "1h33s2pfy28nj836kx6xx3iks7v38g3kx7c4f6zn1dpskl0zf809")) + (base32 "1h5n1adm7hlblq4z9qdbnh5jy3f6aimlk96cn1k4ah3f8vqx7zpq")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (arguments |