Updating calibre

svn path=/nixpkgs/trunk/; revision=33922
This commit is contained in:
Lluís Batlle i Rossell 2012-04-25 21:31:09 +00:00
parent 95d60d6938
commit f5da2fe902

View File

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "calibre-0.8.32"; name = "calibre-0.8.48";
src = fetchurl { src = fetchurl {
url = "http://calibre-ebook.googlecode.com/files/${name}.tar.xz"; url = "http://calibre-ebook.googlecode.com/files/${name}.tar.xz";
sha256 = "0d0zq4sr0qm8jarg0ps24lfizb4hyb57pjsp81y1sb5nzjki7jml"; sha256 = "0i2js6d64ribflvcwjj8xbyq2zicj484pl19jl6spprw4ny5im42";
}; };
inherit python; inherit python;