diff options
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index c1fefcda0d..3464e52f6e 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1947,7 +1947,7 @@ realistic reflections, shading, perspective and other effects.") (define-public ctl (package (name "ctl") - (version "1.5.3") + (version "1.5.4") (source (origin (method git-fetch) (uri (git-reference @@ -1956,7 +1956,7 @@ realistic reflections, shading, perspective and other effects.") (file-name (git-file-name name version)) (sha256 (base32 - "1qhfp9b90czvxjkf66sbnqyw3wvmdvl1pkh6201fxhqg7grbfvwc")))) + "02fxvwm883wgzhf87harbvmfqvm2ry71cxr768jb8kxdnal5gyy4")))) (build-system cmake-build-system) ;; Headers include OpenEXR and IlmBase headers. |