summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-31 11:30:18 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-31 11:30:18 +0200
commitb6f4446f51974820b8bc2462194ae1e8ab4bfbc9 (patch)
tree88025446232d2efc217089220622708cca7ba482
parent3e81af64a36742db493b60e26958b1944e2f80eb (diff)
gnu: ctl: Update to 1.5.4.
* gnu/packages/graphics.scm (ctl): Update to 1.5.4. Change-Id: I5a1662d835d6f02107fd602f6e325b89c8d25c19
-rw-r--r--gnu/packages/graphics.scm4
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.