3
0
Fork 0
forked from mirrors/nixpkgs

calibre: update from 2.9.0 to 2.10.0

This commit is contained in:
Pascal Wittmann 2014-11-14 14:05:39 +01:00
parent 5d7c5d4686
commit ea05587309

View file

@ -5,11 +5,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-2.9.0";
name = "calibre-2.10.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "0g6vhah736ps88maw3ggn7pcvnmani2mp8b29ksasv0683q7lldw";
sha256 = "06nya8r3bfkgfjsl83fl6l6g3ccw3mpmn3kih4i51gpcgma3aa6b";
};
inherit python;