unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0.
@ 2018-01-10  0:59 Kei Kebreau
  2018-01-10 17:56 ` Leo Famulari
  2018-01-11 17:29 ` bug#30054: " Kei Kebreau
  0 siblings, 2 replies; 4+ messages in thread
From: Kei Kebreau @ 2018-01-10  0:59 UTC (permalink / raw)
  To: 30054; +Cc: Kei Kebreau

* gnu/packages/cdrom.scm (libcdio): Update to 2.0.0.
---
 gnu/packages/cdrom.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 523158d55..0c0d7004c 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -97,14 +97,14 @@ caching facility provided by the library.")
 (define-public libcdio
   (package
     (name "libcdio")
-    (version "0.94")
+    (version "2.0.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/libcdio/libcdio-"
-                                 version ".tar.gz"))
+                                 version ".tar.bz2"))
              (sha256
               (base32
-               "0nh222bnj0hgdic5nvr8l9j194mh5niqy15rypwrdbk6z01wkqln"))))
+               "0jr8ppdm80c533nzmrpz3iffnpc6nhvsria1di9f4jg1l19a03fd"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-11 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10  0:59 [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0 Kei Kebreau
2018-01-10 17:56 ` Leo Famulari
2018-01-10 18:44   ` Kei Kebreau
2018-01-11 17:29 ` bug#30054: " Kei Kebreau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).