* [bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118.
@ 2023-12-18 22:38 Daniel Ziltener via Guix-patches via
2023-12-31 20:09 ` John Kehayias via Guix-patches via
2024-01-26 15:30 ` Daniel Ziltener via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-18 22:38 UTC (permalink / raw)
To: 67888; +Cc: dziltener
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 485d55a8d3..ac2854f9e9 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -735,7 +735,7 @@ (define-public pixman
(define-public libdrm
(package
(name "libdrm")
- (version "2.4.117")
+ (version "2.4.118")
(source (origin
(method url-fetch)
(uri (string-append
@@ -743,7 +743,7 @@ (define-public libdrm
version ".tar.xz"))
(sha256
(base32
- "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
+ "125bcyarlzlxfq57viyvmxy32y0561c21j46z1brrz5mya2vsxx7"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118.
2023-12-18 22:38 [bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118 Daniel Ziltener via Guix-patches via
@ 2023-12-31 20:09 ` John Kehayias via Guix-patches via
2024-01-26 15:30 ` Daniel Ziltener via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: John Kehayias via Guix-patches via @ 2023-12-31 20:09 UTC (permalink / raw)
To: Daniel Ziltener; +Cc: 67888
Hello,
On Mon, Dec 18, 2023 at 11:38 PM, Daniel Ziltener wrote:
> ---
> gnu/packages/xdisorg.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
> index 485d55a8d3..ac2854f9e9 100644
> --- a/gnu/packages/xdisorg.scm
> +++ b/gnu/packages/xdisorg.scm
> @@ -735,7 +735,7 @@ (define-public pixman
> (define-public libdrm
> (package
> (name "libdrm")
> - (version "2.4.117")
> + (version "2.4.118")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -743,7 +743,7 @@ (define-public libdrm
> version ".tar.xz"))
> (sha256
> (base32
> - "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
> + "125bcyarlzlxfq57viyvmxy32y0561c21j46z1brrz5mya2vsxx7"))))
> (build-system meson-build-system)
> (arguments
> (list #:configure-flags
This will have to be for core-updates I think, as I saw it after the
most recent mesa-updates round. Cuirass is currently way behind on
builds so I won't be able to add this in the current branch I don't
think unless core-updates is months away.
Also, just noticed that 2.4.119 is showing up as latest version, so we
could apply a patch for that on core-updates.
John
^ permalink raw reply [flat|nested] 3+ messages in thread
* [bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118.
2023-12-18 22:38 [bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118 Daniel Ziltener via Guix-patches via
2023-12-31 20:09 ` John Kehayias via Guix-patches via
@ 2024-01-26 15:30 ` Daniel Ziltener via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2024-01-26 15:30 UTC (permalink / raw)
To: 67888; +Cc: control
close 67888
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-26 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 22:38 [bug#67888] [PATCH] gnu: libdrm: Update to 2.4.118 Daniel Ziltener via Guix-patches via
2023-12-31 20:09 ` John Kehayias via Guix-patches via
2024-01-26 15:30 ` Daniel Ziltener via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.