me
/
guix
Archived
1
0
Fork 0

gnu: libbluray: Update to 0.9.2.

* gnu/packages/video.scm (libbluray): Update to 0.9.2.
master
Efraim Flashner 2015-12-02 13:27:53 +02:00
parent 85dce718cb
commit 59eef6f284
1 changed files with 2 additions and 2 deletions

View File

@ -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)))