guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/15: gnu: mediasdk: Update to 22.4.4.


From: guix-commits
Subject: 08/15: gnu: mediasdk: Update to 22.4.4.
Date: Thu, 11 Aug 2022 16:00:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c851ea265a58821aa3e2061e7eecd6eff981b2e7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 18:33:02 2022 +0200

    gnu: mediasdk: Update to 22.4.4.
    
    * gnu/packages/video.scm (mediasdk): Update to 22.4.4.
---
 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 fa6ed184a1..02ec558994 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -339,7 +339,7 @@ efficiency.")
 (define-public mediasdk
   (package
     (name "mediasdk")
-    (version "20.1.1")
+    (version "22.4.4")
     (source
      (origin
        (method git-fetch)
@@ -349,7 +349,7 @@ efficiency.")
          (commit (string-append "intel-" name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0blwcxr5j8762nylx2cxrq0h53bpgnk859dbs6crq4wr9fcxlx9z"))))
+        (base32 "18mrqringyv1drswm4m8ppw7sks6x4jzp6s0ag0h9hrpd15kn5rx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]