diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 05:41:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 09:25:37 +0100 |
commit | be88eb246bf5273b56d77e041b4863aee889140b (patch) | |
tree | e07f7c9d73cf1fa285006ba6fc847c6a80b13de9 | |
parent | 004450f42a10d2df8535aa5326d94bd044e9cbb8 (diff) | |
download | guix-be88eb246bf5273b56d77e041b4863aee889140b.tar guix-be88eb246bf5273b56d77e041b4863aee889140b.tar.gz |
gnu: libdvdcss: Update to 1.4.1.
* gnu/packages/video.scm (libdvdcss): Update to 1.4.1.
-rw-r--r-- | 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 d149cc5738..cb46e4315a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1475,7 +1475,7 @@ encapsulated.") (define-public libdvdcss (package (name "libdvdcss") - (version "1.4.0") + (version "1.4.1") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/pub/" @@ -1483,7 +1483,7 @@ encapsulated.") name "-" version ".tar.bz2")) (sha256 (base32 - "0nl45ifc4xcb196snv9d6hinfw614cqpzcqp92dg43c0hickg290")))) + "1b7awvyahivglp7qmgx2g5005kc5npv257gw7wxdprjsnx93f1zb")))) (build-system gnu-build-system) (home-page "https://www.videolan.org/developers/libdvdcss.html") (synopsis "Library for accessing DVDs as block devices") |