guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: libdvdnav: Update to 6.0.1.


From: guix-commits
Subject: 02/06: gnu: libdvdnav: Update to 6.0.1.
Date: Thu, 7 Nov 2019 18:24:06 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 059a6e9a2d35617e96c0c06c4f8a36b4d0438940
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 00:12:35 2019 +0100

    gnu: libdvdnav: Update to 6.0.1.
    
    * gnu/packages/video.scm (libdvdnav): Update to 6.0.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 1fb1064..e87483e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1858,7 +1858,7 @@ MPEG-2 stream containing VOB packets.")
 (define-public libdvdnav
   (package
     (name "libdvdnav")
-    (version "6.0.0")
+    (version "6.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.videolan.org/videolan/";
@@ -1866,7 +1866,7 @@ MPEG-2 stream containing VOB packets.")
                                   "libdvdnav-" version ".tar.bz2"))
               (sha256
                (base32
-                "062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
+                "0cv7j8irsv1n2dadlnhr6i1b8pann2ah6xpxic41f04my6ba6rp5"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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