diff options
| author | Yappaholic <sav.boyar@gmail.com> | 2026-05-10 19:57:20 +0300 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-06-01 09:39:32 -0400 |
| commit | 6d7f2e8957b74e9fccbfae5359d732e18fbdd03a (patch) | |
| tree | 7c6dc8078433933398c634f5ddec4cea8cb975b0 /gnu/packages/cpp.scm | |
| parent | 7b131d2eeba49a9357e7ade40709c385742c61ac (diff) | |
gnu: hyprutils: Update to 0.13.1.
* gnu/packages/cpp.scm (hyprutils): Update to 0.13.1.
Signed-off-by: John Kehayias <john@guixotic.coop>
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index d2a86bfc97a..42f37744575 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -1112,7 +1112,7 @@ language used in Hyprland.") | |||
| 1112 | (define-public hyprutils | 1112 | (define-public hyprutils |
| 1113 | (package | 1113 | (package |
| 1114 | (name "hyprutils") | 1114 | (name "hyprutils") |
| 1115 | (version "0.11.0") | 1115 | (version "0.13.1") |
| 1116 | (source (origin | 1116 | (source (origin |
| 1117 | (method git-fetch) | 1117 | (method git-fetch) |
| 1118 | (uri (git-reference | 1118 | (uri (git-reference |
| @@ -1121,7 +1121,7 @@ language used in Hyprland.") | |||
| 1121 | (file-name (git-file-name name version)) | 1121 | (file-name (git-file-name name version)) |
| 1122 | (sha256 | 1122 | (sha256 |
| 1123 | (base32 | 1123 | (base32 |
| 1124 | "1ymiqzncppdik8lw3ad7xaqig6c7bjcy7crcwbq3rjfk2hrc8rmc")))) | 1124 | "1qa5plbfhqdxlxs4ar9fl81642ckfcb5y7yk9zbwfn3h0si2q1wc")))) |
| 1125 | (build-system cmake-build-system) | 1125 | (build-system cmake-build-system) |
| 1126 | (arguments (list #:tests? #f)) ; No tests in Release build type | 1126 | (arguments (list #:tests? #f)) ; No tests in Release build type |
| 1127 | (native-inputs (list gcc-15 pkg-config)) | 1127 | (native-inputs (list gcc-15 pkg-config)) |
