diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 23:47:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-21 00:58:58 +0200 |
commit | 03c3fd62dfdccf23b019a4135ee6eaddf24f32c7 (patch) | |
tree | b3b17cc7e96f6740e93c3eee6d803bf8688147cc | |
parent | 76ab3ff0a827ac6275f037751b574da8dff5844e (diff) |
gnu: libdvdcss: Update to 1.4.3.
* gnu/packages/video.scm (libdvdcss): Update to 1.4.3.
-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 6fc484dbdd..7e8d5a75ca 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2626,7 +2626,7 @@ encapsulated.") (define-public libdvdcss (package (name "libdvdcss") - (version "1.4.2") + (version "1.4.3") (source (origin (method url-fetch) (uri (string-append "https://download.videolan.org/pub/" @@ -2634,7 +2634,7 @@ encapsulated.") name "-" version ".tar.bz2")) (sha256 (base32 - "0x957zzpf4w2cp8zlk29prj8i2q6hay3lzdzsyz8y3cwxivyvhkq")))) + "0y800y33spblb20s1lsjbaiybknmwwmmiczmjqx5s760blpwjg13")))) (build-system gnu-build-system) (home-page "https://www.videolan.org/developers/libdvdcss.html") (synopsis "Library for accessing DVDs as block devices") |