gnu: corectrl: Update to 1.4.5.

* gnu/packages/admin.scm (corectrl): Update to 1.4.5.
[native-inputs]: Remove catch2-3; add catch2-3.8.

Change-Id: I34be887b852585ab85785e5aed626f02a61ccb7a
This commit is contained in:
Andreas Enge 2025-08-01 22:21:15 +02:00
parent 10c29c4971
commit 12b81e61c5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3449,7 +3449,7 @@ limits.")
(define-public corectrl
(package
(name "corectrl")
(version "1.4.3")
(version "1.4.5")
(source
(origin
(method git-fetch)
@ -3458,7 +3458,7 @@ limits.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0qpc04xxzv4jbqqlraqriipix4ph7bm1hfiry807jjp668i9n25d"))
(base32 "1gnqybf3s0bsm3qsbc6rd1spw09vxd417gn3hb6hflsj6377qfcb"))
(patches (search-patches "corectrl-polkit-install-dir.patch"))))
(build-system qt-build-system)
(arguments
@ -3489,7 +3489,7 @@ limits.")
"\"" (search-input-file inputs "bin/glxinfo") "\""))))))))
;; Text formatting only supported since C++20, which is available in gcc-13.
;; https://en.cppreference.com/w/cpp/compiler_support#cpp_lib_format_201907L
(native-inputs (list catch2-3
(native-inputs (list catch2-3.8
pkg-config
qttools-5))
(inputs (list dbus