3
0
Fork 0
forked from mirrors/nixpkgs

calibre: update from 2.8.0 to 2.9.0

This commit is contained in:
Pascal Wittmann 2014-11-07 09:54:50 +01:00
parent 7d9d7e751d
commit 647f58bfaf

View file

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