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 (define-public corectrl
(package (package
(name "corectrl") (name "corectrl")
(version "1.4.3") (version "1.4.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3458,7 +3458,7 @@ limits.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0qpc04xxzv4jbqqlraqriipix4ph7bm1hfiry807jjp668i9n25d")) (base32 "1gnqybf3s0bsm3qsbc6rd1spw09vxd417gn3hb6hflsj6377qfcb"))
(patches (search-patches "corectrl-polkit-install-dir.patch")))) (patches (search-patches "corectrl-polkit-install-dir.patch"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
@ -3489,7 +3489,7 @@ limits.")
"\"" (search-input-file inputs "bin/glxinfo") "\"")))))))) "\"" (search-input-file inputs "bin/glxinfo") "\""))))))))
;; Text formatting only supported since C++20, which is available in gcc-13. ;; 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 ;; 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 pkg-config
qttools-5)) qttools-5))
(inputs (list dbus (inputs (list dbus