diff options
| author | John Kehayias <john@guixotic.coop> | 2026-03-02 15:25:32 -0500 |
|---|---|---|
| committer | John Kehayias <john@guixotic.coop> | 2026-03-02 15:25:32 -0500 |
| commit | 7ab8d91783d4bd61449775b63674f679d16e5ebf (patch) | |
| tree | 6a5a2d789895ec8a78ff8c49f5a85251d4cab36e /gnu/packages/cpp.scm | |
| parent | 5b3e234af51940feda1c9180384151a303d9a00a (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/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.") (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)) |
