1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: hyprwire: Update to 0.3.0.

* gnu/packages/cpp.scm (hyprwire): Update to 0.3.0.

Change-Id: Ibf05bf11e7086d4d694aed6eb29fdcedc319f3ac
This commit is contained in:
John Kehayias
2026-03-02 15:25:32 -05:00
parent 5b3e234af5
commit 7ab8d91783

View File

@@ -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))