guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b6f4446f51974820b8bc2462194ae1e8ab4bfbc9
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 11:30:18 2025 +0200
gnu: ctl: Update to 1.5.4.
* gnu/packages/graphics.scm (ctl): Update to 1.5.4.
Change-Id: I5a1662d835d6f02107fd602f6e325b89c8d25c19
---
gnu/packages/graphics.scm | 4 ++--
1 file 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.