summaryrefslogtreecommitdiff
path: root/gnu/packages/cdrom.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cdrom.scm')
-rw-r--r--gnu/packages/cdrom.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 3383fb653de..8ecc909c795 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -95,7 +95,9 @@ caching facility provided by the library.")
95for CD-ROM and CD image file access. It allows the developer to add CD 95for CD-ROM and CD image file access. It allows the developer to add CD
96access to an application without having to worry about the OS- and 96access to an application without having to worry about the OS- and
97device-dependent properties of CD-ROM or the specific details of CD image 97device-dependent properties of CD-ROM or the specific details of CD image
98formats.") 98formats. It includes pycdio, a Python interface to libcdio, and
99libcdio-paranoia, a library providing jitter-free and error-free audio
100extraction from CDs.")
99 (license gpl3+))) 101 (license gpl3+)))
100 102
101(define-public libcdio-paranoia 103(define-public libcdio-paranoia
@@ -122,14 +124,14 @@ libcdio.")
122(define-public xorriso 124(define-public xorriso
123 (package 125 (package
124 (name "xorriso") 126 (name "xorriso")
125 (version "1.3.8") 127 (version "1.4.0")
126 (source (origin 128 (source (origin
127 (method url-fetch) 129 (method url-fetch)
128 (uri (string-append "mirror://gnu/xorriso/xorriso-" 130 (uri (string-append "mirror://gnu/xorriso/xorriso-"
129 version ".tar.gz")) 131 version ".tar.gz"))
130 (sha256 132 (sha256
131 (base32 133 (base32
132 "0zhhj9lr9z7hnb2alac54mc28w1l0mbanphhpmy3ylsi8rih84lh")))) 134 "0mhfxn2idkrw1i65a5y4gnb1fig85zpnszb9ax7w4a2v062y1l8b"))))
133 (build-system gnu-build-system) 135 (build-system gnu-build-system)
134 (inputs 136 (inputs
135 `(("acl" ,acl) 137 `(("acl" ,acl)