all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 66235@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#66235] [PATCH] gnu: libglvnd: Update to 1.7.0.
Date: Wed, 27 Sep 2023 20:19:09 +0800	[thread overview]
Message-ID: <d6a64368ee2375a8ceb010650db8afc40d4a28e9.1695816978.git.hako@ultrarare.space> (raw)

* gnu/packages/gl.scm (libglvnd): Update to 1.7.0.
---

Changes:
https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.5.0...v1.7.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 dfdc21abc6..fd59ad9605 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -760,7 +760,7 @@ (define-public libepoxy
 (define-public libglvnd
   (package
     (name "libglvnd")
-    (version "1.5.0")
+    (version "1.7.0")
     (home-page "https://gitlab.freedesktop.org/glvnd/libglvnd")
     (source (origin
               (method git-fetch)
@@ -770,7 +770,7 @@ (define-public libglvnd
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nvlcwzivrdchp70i2l7ic7qdlsdmlsb0ckydscr43rhqldswx69"))))
+                "07v3bmwzmg0d4g2zp835v1g7j22j8vz7hjfmqrdqjgxjj6v4jkyr"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dx11=enabled")

base-commit: ce0cc6137df81919389f61671096a6ce701c0889
-- 
2.41.0





             reply	other threads:[~2023-09-27 12:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27 12:19 Hilton Chain via Guix-patches via [this message]
2023-09-30 10:06 ` [bug#66235] [PATCH] gnu: libglvnd: Update to 1.7.0 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d6a64368ee2375a8ceb010650db8afc40d4a28e9.1695816978.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=66235@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.