Merge pull request #59871 from NixOS/update-calibre
calibre: 3.40.1 -> 3.41.3
This commit is contained in:
commit
694f07be2e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue