diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-24 15:30:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-26 20:13:08 +0100 |
commit | 74b977d7259db7684dad52d4f01635df5ac80873 (patch) | |
tree | 962538025c11a10ffe2ea8a0dcfe4be97fed3f58 | |
parent | 383ad03e832ec52c3e24780cb188e5ec71ae7620 (diff) | |
download | patches-74b977d7259db7684dad52d4f01635df5ac80873.tar patches-74b977d7259db7684dad52d4f01635df5ac80873.tar.gz |
gnu: libdvbpsi: Update to 1.3.2.
* gnu/packages/video.scm (libdvbpsi): Update to 1.3.2.
-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 8008cdd608..a1ead1d609 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2475,7 +2475,7 @@ RTSP or SIP clients and servers.") (define-public libdvbpsi (package (name "libdvbpsi") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) (uri (string-append @@ -2483,7 +2483,7 @@ RTSP or SIP clients and servers.") version "/libdvbpsi-" version ".tar.bz2")) (sha256 (base32 - "0824r08kaspbrrg2dd5d46s475zb7j59brqkm2y6x3mdsnpng0yn")))) + "1zn5hfv4qbahmydbwh59a3b480s3m5ss27r6ml35gqdip7r3jkmc")))) (build-system gnu-build-system) (home-page "https://www.videolan.org/developers/libdvbpsi.html") (synopsis "Library for decoding and generation of MPEG TS and DVB PSI |