calibre: 2.68.0 -> 2.70.0

This commit is contained in:
Pascal Wittmann 2016-10-16 20:11:32 +02:00
parent 56ca7ca136
commit 8d80ad4175

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "2.68.0";
version = "2.70.0";
name = "calibre-${version}";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "0mn6wdws1xxc4yvhp5vdzb5i5c9dsmamyms1njdzs5fv754rszpm";
sha256 = "18iv1c2nx93gkfqa3k2m42dk4p59b9zp08fggb6imc1xqh2icfch";
};
inherit python;