guix-commits
[Top][All Lists]
Advanced

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

08/19: gnu: openh264: Update to 2.1.1.


From: guix-commits
Subject: 08/19: gnu: openh264: Update to 2.1.1.
Date: Tue, 2 Jun 2020 12:16:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4fbe53a5b84ca2ca53e8ce6c3a0f07085c691dd9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 03:48:31 2020 +0200

    gnu: openh264: Update to 2.1.1.
    
    * gnu/packages/video.scm (openh264): Update to 2.1.1.
---
 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 162ef95..261628d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2933,7 +2933,7 @@ post-processing of video formats like MPEG2, H.264/AVC, 
and VC-1.")
 (define-public openh264
   (package
     (name "openh264")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2942,7 +2942,7 @@ post-processing of video formats like MPEG2, H.264/AVC, 
and VC-1.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wba260n1932vafd5ni2jqv9kzc7lj6a1asm1cqk8jv690m6zvpi"))))
+                "0ffav46pz3sbj92nipd62z03fibyqgclfq9w8lgr80s6za6zdk5s"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("nasm" ,nasm)



reply via email to

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