all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: 67402@debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi@redscript.org>
Subject: [bug#67402] [PATCH v2 1/2] gnu: virglrenderer: Update to 1.0.1.
Date: Sat, 17 Feb 2024 19:59:38 +0400	[thread overview]
Message-ID: <e9feac2d214a8c7991e5a6704bc0ad5da64bffe6.1708185374.git.a.r.draidi@redscript.org> (raw)
In-Reply-To: <cover.1708185374.git.a.r.draidi@redscript.org>

* gnu/packages/spice.scm (virglrenderer): Update to 1.0.1.
[source]: Update URI to avoid redirect.

Change-Id: I0b132a62b6cc312da857796ce5242a5b7ff475d6
---
v2: Update to latest release since the patch is not merged yet.

 gnu/packages/spice.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index d0cef54c1d..7aa1022eb6 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -90,16 +90,16 @@ (define-public usbredir
 (define-public virglrenderer
   (package
     (name "virglrenderer")
-    (version "0.10.4")
+    (version "1.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://gitlab.freedesktop.org/virgl/virglrenderer")
+                    (url "https://gitlab.freedesktop.org/virgl/virglrenderer.git")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06pwavrknyhghlxyh7ckq4scjx47v9fhy08r6pn194whzvzivmqg"))))
+                "0xw2qk8557gqpm1ssgk3ccshgljm6sh3wbbwpsp9cl0h4hdf2wq2"))))
     (build-system meson-build-system)
     (inputs (list libepoxy mesa))
     (native-inputs (list pkg-config python))
-- 
2.41.0





  reply	other threads:[~2024-02-17 16:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23 15:07 [bug#67402] [PATCH 0/2] Update some spice packages Ahmad Draidi via Guix-patches via
2023-11-23 15:10 ` [bug#67402] [PATCH 1/2] gnu: virglrenderer: Update to 1.0.0 Ahmad Draidi via Guix-patches via
2023-11-23 15:10 ` [bug#67402] [PATCH 2/2] gnu: spice: Update to 0.15.2 Ahmad Draidi via Guix-patches via
2024-02-17 15:57 ` [bug#67402] [PATCH v2 0/2] Update some spice packages Ahmad Draidi via Guix-patches via
2024-02-17 15:59   ` Ahmad Draidi via Guix-patches via [this message]
2024-02-17 15:59   ` [bug#67402] [PATCH v2 2/2] gnu: spice: Update to 0.15.2 Ahmad Draidi via Guix-patches via
2024-02-22 19:50   ` [bug#67402] [PATCH v2 0/2] Update some spice packages Nicolas Goaziou via Guix-patches via

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=e9feac2d214a8c7991e5a6704bc0ad5da64bffe6.1708185374.git.a.r.draidi@redscript.org \
    --to=guix-patches@gnu.org \
    --cc=67402@debbugs.gnu.org \
    --cc=a.r.draidi@redscript.org \
    /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.