guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libbluray: Update to 0.9.2.


From: Efraim Flashner
Subject: 01/02: gnu: libbluray: Update to 0.9.2.
Date: Wed, 02 Dec 2015 15:27:52 +0000

efraim pushed a commit to branch master
in repository guix.

commit 59eef6f284ce2930acec49319a0d3e836fcf7c9f
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 2 13:27:53 2015 +0200

    gnu: libbluray: Update to 0.9.2.
    
    * gnu/packages/video.scm (libbluray): Update to 0.9.2.
---
 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 f4c1579..e5b9994 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -831,7 +831,7 @@ YouTube.com and a few more sites.")
 (define-public libbluray
   (package
     (name "libbluray")
-    (version "0.9.0")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.videolan.org/videolan/";
@@ -839,7 +839,7 @@ YouTube.com and a few more sites.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0kb9znxk6610vi0fjhqxn4z5i98nvxlsz1f8dakj99rg42livdl4"))))
+                "1sp71j4agcsg17g6b85cqz78pn5vknl5pl39rvr6mkib5ps99jgg"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--disable-bdjava")))
     (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

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