diff options
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 6ace5b553d0..351fd2e9fe0 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -1124,7 +1124,7 @@ apps.") | |||
| 1124 | (define-public hyprwire | 1124 | (define-public hyprwire |
| 1125 | (package | 1125 | (package |
| 1126 | (name "hyprwire") | 1126 | (name "hyprwire") |
| 1127 | (version "0.2.1") | 1127 | (version "0.3.0") |
| 1128 | (source (origin | 1128 | (source (origin |
| 1129 | (method git-fetch) | 1129 | (method git-fetch) |
| 1130 | (uri (git-reference | 1130 | (uri (git-reference |
| @@ -1133,7 +1133,7 @@ apps.") | |||
| 1133 | (file-name (git-file-name name version)) | 1133 | (file-name (git-file-name name version)) |
| 1134 | (sha256 | 1134 | (sha256 |
| 1135 | (base32 | 1135 | (base32 |
| 1136 | "0rzclhk42x9im9n6fz2bj98l9lb7jhl3vijvck4rj6yhb80kvli0")))) | 1136 | "0jasbbsqqysp88vn75dl9kcx3mzvvdldbq9g2jdpd25j3w8wl7rx")))) |
| 1137 | (build-system cmake-build-system) | 1137 | (build-system cmake-build-system) |
| 1138 | (arguments (list #:tests? #f)) ; There are no tests | 1138 | (arguments (list #:tests? #f)) ; There are no tests |
| 1139 | (native-inputs (list pkg-config gcc-15)) | 1139 | (native-inputs (list pkg-config gcc-15)) |
