Message ID | 20220814155121.19195-1-kreyren@rixotstudio.cz |
---|---|
State | Accepted |
Headers | show |
Series | [bug#57204,1/3] wayland-protocols: Bump to 1.24 * Needed to bump mesa to 22.1.3 | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
On 14-08-2022 17:51, Jacob Hrbek wrote:
> Signed-off-by: Jacob Hrbek<kreyren@rixotstudio.cz>
What do you mean with this line?
Also, wayland-protocols & drm is already updated in the older patch
series <https://issues.guix.gnu.org/56814> to a newer version.
Likewise, mesa has already been updated in
<https://issues.guix.gnu.org/49339> (on core-updates), hence I'm closing
this as a duplicate.
Greetings,
Maxime.
Closing (see first response)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 037a247243..7432b4e417 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2021, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de> ;;; Copyright © 2022 muradm <mail@muradm.net> +;;; Copyright © 2022 Jacob Hrbek <kreyren@rixotstudio.cz> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1062,7 +1063,7 @@ (define-public wayland (define-public wayland-protocols (package (name "wayland-protocols") - (version "1.23") + (version "1.24") (source (origin (method url-fetch) (uri (string-append @@ -1070,7 +1071,7 @@ (define-public wayland-protocols "wayland-protocols-" version ".tar.xz")) (sha256 (base32 - "0xizccackgwszjhlq7jjiv2z2gwppljx0w32ga91bxlnby8z22kc")))) + "1hlb6gvyqlmsdkv5179ccj07p04cn6xacjkgklakbszczv7xiw5z")))) (build-system meson-build-system) (inputs (list wayland))
Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz> --- gnu/packages/freedesktop.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.37.1