guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: libdvbpsi: Update to 1.3.2.


From: Tobias Geerinckx-Rice
Subject: 05/18: gnu: libdvbpsi: Update to 1.3.2.
Date: Mon, 26 Feb 2018 14:14:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 74b977d7259db7684dad52d4f01635df5ac80873
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Feb 24 15:30:50 2018 +0100

    gnu: libdvbpsi: Update to 1.3.2.
    
    * gnu/packages/video.scm (libdvbpsi): Update to 1.3.2.
---
 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 8008cdd..a1ead1d 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



reply via email to

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