diff options
| author | Murilo <murilo@disroot.org> | 2025-11-09 11:07:33 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-30 22:45:25 +0100 |
| commit | 0d306cec3756c38e73578d15ca0a9f05d86766bd (patch) | |
| tree | e0e7d502338648ab457c91fe0057e3c807936cdf /gnu/packages/cpp.scm | |
| parent | c012b79655ae847d30821ca181733cae77bb4894 (diff) | |
gnu: hyprutils: Update to 0.10.4.
* gnu/packages/cpp.scm (hyprutils): Update to 0.10.4.
[arguments]: Disable tests.
Tests are now only for debug builds.
Change-Id: Ic615ddbf835a135514d258cfd9d254cb8b3e050f
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 51789490167..c77386a4cf1 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1016,7 +1016,7 @@ language used in Hyprland.") (define-public hyprutils (package (name "hyprutils") - (version "0.10.0") + (version "0.10.4") (source (origin (method git-fetch) (uri (git-reference @@ -1025,10 +1025,11 @@ language used in Hyprland.") (file-name (git-file-name name version)) (sha256 (base32 - "0l4gdingspjv3fh7zkmdin37bjjxgxnxycn8agv4cr3n0kn9smxg")))) + "08b65pssaci780rgb5qgqc61zvbxmb9qda4gb58j8nh9yi3ya0jx")))) (build-system cmake-build-system) (arguments (list + #:tests? #f ; No tests in Release build type #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-cross-compilation |
