guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7ab8d91783d4bd61449775b63674f679d16e5ebf
Author: John Kehayias <[email protected]>
AuthorDate: Mon Mar 2 15:25:32 2026 -0500
gnu: hyprwire: Update to 0.3.0.
* gnu/packages/cpp.scm (hyprwire): Update to 0.3.0.
Change-Id: Ibf05bf11e7086d4d694aed6eb29fdcedc319f3ac
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 6ace5b553d..351fd2e9fe 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1124,7 +1124,7 @@ apps.")
(define-public hyprwire
(package
(name "hyprwire")
- (version "0.2.1")
+ (version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1133,7 +1133,7 @@ apps.")
(file-name (git-file-name name version))
(sha256
(base32
- "0rzclhk42x9im9n6fz2bj98l9lb7jhl3vijvck4rj6yhb80kvli0"))))
+ "0jasbbsqqysp88vn75dl9kcx3mzvvdldbq9g2jdpd25j3w8wl7rx"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ; There are no tests
(native-inputs (list pkg-config gcc-15))