unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59050] [PATCH staging] gnu: libva: Update to 2.16.0.
@ 2022-11-05 12:33 Hilton Chain via Guix-patches via
  2022-12-01 15:46 ` bug#59050: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-11-05 12:33 UTC (permalink / raw)
  To: 59050

* gnu/packages/video.scm (libva): Update to 2.16.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9fb17cf5ba..8e0cd97119 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1499,14 +1499,14 @@ (define-public libplacebo
 (define-public libva
   (package
     (name "libva")
-    (version "2.15.0")
+    (version "2.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/intel/libva/releases/download/"
                            version "/libva-" version ".tar.bz2"))
        (sha256
-        (base32 "1jhy8qzfp4ydbxs9qd9km7k5wq8r4s2vq20r1q07lgld8l4x93i5"))))
+        (base32 "070aj9nw681a4m7f5xb662hhyib0w9q0i0s9v8vplh9cvfhaqpqi"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))

base-commit: 6ff203663e696b74e711ab09d6f4b35c2c332f0f
-- 
2.38.0





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

* bug#59050: [PATCH staging] gnu: libva: Update to 2.16.0.
  2022-11-05 12:33 [bug#59050] [PATCH staging] gnu: libva: Update to 2.16.0 Hilton Chain via Guix-patches via
@ 2022-12-01 15:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-12-01 15:46 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 59050-done

Hilton Chain <hako@ultrarare.space> skribis:

> * gnu/packages/video.scm (libva): Update to 2.16.0.

Applied on ‘staging’, thanks!




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

end of thread, other threads:[~2022-12-01 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05 12:33 [bug#59050] [PATCH staging] gnu: libva: Update to 2.16.0 Hilton Chain via Guix-patches via
2022-12-01 15:46 ` bug#59050: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).