diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-20 01:34:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-20 01:36:51 +0200 |
commit | 1a34ca0e8fd888a71f80b4f64e07d78a633c677d (patch) | |
tree | c3ba1834c2acbcd8b80c80391b0a3ee9acb35f55 /gnu/packages/video.scm | |
parent | ba4e15ae85d529710dc89be7b70844ad55432e08 (diff) | |
download | patches-1a34ca0e8fd888a71f80b4f64e07d78a633c677d.tar patches-1a34ca0e8fd888a71f80b4f64e07d78a633c677d.tar.gz |
gnu: openh264: Update to 1.7.0.
* gnu/packages/video.scm (openh264): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2abad9e928..ed9ad74142 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2146,7 +2146,7 @@ of modern, widely supported codecs.") (define-public openh264 (package (name "openh264") - (version "1.6.0") + (version "1.7.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/cisco/" @@ -2154,7 +2154,7 @@ of modern, widely supported codecs.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1ix2fhk62i4q4kbnkl0gfk4x53vxqavsn0pck1pashr566zhglv5")))) + "0gv571bqkxk7ic64dmavs1q8nr7p59mcf4ibqp4lc070gn6w61ww")))) (build-system gnu-build-system) (native-inputs `(("nasm" ,nasm) |