summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-03-02 15:25:32 -0500
committerJohn Kehayias <john@guixotic.coop>2026-03-02 15:25:32 -0500
commit7ab8d91783d4bd61449775b63674f679d16e5ebf (patch)
tree6a5a2d789895ec8a78ff8c49f5a85251d4cab36e /gnu/packages
parent5b3e234af51940feda1c9180384151a303d9a00a (diff)
gnu: hyprwire: Update to 0.3.0.
* gnu/packages/cpp.scm (hyprwire): Update to 0.3.0. Change-Id: Ibf05bf11e7086d4d694aed6eb29fdcedc319f3ac
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cpp.scm4
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))