all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58323] [PATCH] gnu: libglvnd: Update to 1.5.0.
@ 2022-10-05 23:36 Hilton Chain via Guix-patches via
  2022-10-14 22:27 ` bug#58323: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-10-05 23:36 UTC (permalink / raw)
  To: 58323

* gnu/packages/gl.scm (libglvnd): Update to 1.5.0.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index d56e6a2f7c..522ee23d89 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -755,7 +755,7 @@ (define-public libepoxy
 (define-public libglvnd
   (package
     (name "libglvnd")
-    (version "1.3.4")
+    (version "1.5.0")
     (home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
     (source (origin
               (method git-fetch)
@@ -765,7 +765,7 @@ (define-public libglvnd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0phvgg2h3pcz3x39gaymwb37bnw1s26clq9wsj0zx398zmp3dwpk"))))
+                "1nvlcwzivrdchp70i2l7ic7qdlsdmlsb0ckydscr43rhqldswx69"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dx11=enabled")

base-commit: 43b8df4bece2a207018dc0fedc44d3d188d2d0f0
--
2.37.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58323: [PATCH] gnu: libglvnd: Update to 1.5.0.
  2022-10-05 23:36 [bug#58323] [PATCH] gnu: libglvnd: Update to 1.5.0 Hilton Chain via Guix-patches via
@ 2022-10-14 22:27 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-10-14 22:27 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 58323-done

Hi,

Hilton Chain <hako@ultrarare.space> skribis:

> * gnu/packages/gl.scm (libglvnd): Update to 1.5.0.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-14 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05 23:36 [bug#58323] [PATCH] gnu: libglvnd: Update to 1.5.0 Hilton Chain via Guix-patches via
2022-10-14 22:27 ` bug#58323: " Ludovic Courtès

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.