guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: libbluray: Update to 1.0.0.


From: Marius Bakke
Subject: 04/04: gnu: libbluray: Update to 1.0.0.
Date: Fri, 17 Mar 2017 15:41:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7c78beb33cbed12ac062060b0ea898583b9430b0
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 17 20:34:48 2017 +0100

    gnu: libbluray: Update to 1.0.0.
    
    * gnu/packages/video.scm (libbluray): Update to 1.0.0.
---
 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 b7e0922..b128d71 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1017,7 +1017,7 @@ YouTube.com and a few more sites.")
 (define-public libbluray
   (package
     (name "libbluray")
-    (version "0.9.3")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.videolan.org/videolan/";
@@ -1025,7 +1025,7 @@ YouTube.com and a few more sites.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1q1whviqv5sr9nr372h31zwid1rvbfbx3z4lzr8lnj25xha6cdm6"))))
+                "1k3lag4lxi2jjd3zh4wcb5l3hadzm54j5kagh92yzfy76p9svqzp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-bdjava")



reply via email to

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