Merge pull request #59871 from NixOS/update-calibre

calibre: 3.40.1 -> 3.41.3
This commit is contained in:
Pascal Wittmann 2019-04-21 18:34:27 +02:00 committed by GitHub
commit 694f07be2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "3.40.1";
version = "3.41.3";
name = "calibre-${version}";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "1s1kq8axfymr7agg7dqw47kanlrkzzhsy8pcj1fs5644zjp5n0bq";
sha256 = "167hhv4wimkjnyfgqkyqmaiixhicbxacy6190gps98jyj4csi8ra";
};
patches = [
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
] ++ (with python2Packages; [
apsw cssselect css-parser dateutil dnspython html5-parser lxml mechanize netifaces pillow
python pyqt5_with_qtwebkit sip
regex msgpack
regex msgpack beautifulsoup4
# the following are distributed with calibre, but we use upstream instead
odfpy
]);