GNU bug report logs -
#75923
[PATCH 0/6] hypr* updates
Previous Next
Reported by: Murilo <murilo <at> disroot.org>
Date: Wed, 29 Jan 2025 13:19:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/freedesktop.scm (hyprwayland-scanner): Update to 0.4.4.
[native-inputs]: Remove gcc-13; add gcc-14.
Change-Id: I52fb2d404d17b69e474109488724e3cc9f31c157
---
gnu/packages/freedesktop.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 90397c2cf2..4e286a7a34 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1387,7 +1387,7 @@ (define-public hyprland-protocols
(define-public hyprwayland-scanner
(package
(name "hyprwayland-scanner")
- (version "0.4.2")
+ (version "0.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1396,11 +1396,11 @@ (define-public hyprwayland-scanner
(file-name (git-file-name name version))
(sha256
(base32
- "0r7ay4zjkfyr0xd73wz99qhnqjq7nma98gm51wm9lmai4igw90qw"))))
+ "1bnckwj7hh4k4knlyprybi1fmy9vda2h492hw6yska2shfzp6jvy"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f)) ;No tests.
(inputs (list pugixml))
- (native-inputs (list gcc-13 pkg-config))
+ (native-inputs (list gcc-14 pkg-config))
(home-page "https://github.com/hyprwm/hyprwayland-scanner")
(synopsis "Hyprland implementation of @code{wayland-scanner}")
(description
--
2.48.1
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.