guix-commits
[Top][All Lists]
Advanced

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

144/285: gnu: libdvbpsi: Update to 1.3.3.


From: guix-commits
Subject: 144/285: gnu: libdvbpsi: Update to 1.3.3.
Date: Sun, 29 Dec 2019 20:44:18 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 2d9a6d0c3358e82d347b74344340e5af24433b5e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 11:04:28 2019 +0100

    gnu: libdvbpsi: Update to 1.3.3.
    
    * gnu/packages/video.scm (libdvbpsi): Update to 1.3.3.
---
 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 0bae17d..8a65141 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3075,7 +3075,7 @@ RTSP or SIP clients and servers.")
 (define-public libdvbpsi
   (package
     (name "libdvbpsi")
-    (version "1.3.2")
+    (version "1.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3083,7 +3083,7 @@ RTSP or SIP clients and servers.")
                     version "/libdvbpsi-" version ".tar.bz2"))
               (sha256
                (base32
-                "1zn5hfv4qbahmydbwh59a3b480s3m5ss27r6ml35gqdip7r3jkmc"))))
+                "04h1l3vrkrdsrvkgzcr51adk10g6hxcxvgjphyyxz718ry5rkd82"))))
     (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]