Merge branch 'pr-305518' into current
This commit is contained in:
@@ -32,11 +32,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "calibre";
|
pname = "calibre";
|
||||||
version = "7.8.0";
|
version = "7.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
|
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-FxYuQzzuaWZihSsmeJc6ssG3VBr2YNEi3TkXyyymLUQ=";
|
hash = "sha256-Ilzv4HXW6ZmEVNUWQm04cHZ71FEgjfWVX9IvrfYCHIk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "0001-only-plugin-update.patch";
|
name = "0001-only-plugin-update.patch";
|
||||||
url = "https://raw.githubusercontent.com/debian-calibre/calibre/debian/${finalAttrs.version}+ds-1/debian/patches/0001-only-plugin-update.patch";
|
url = "https://raw.githubusercontent.com/debian-calibre/calibre/debian/${finalAttrs.version}+ds-1/debian/patches/0001-only-plugin-update.patch";
|
||||||
hash = "sha256-uL1mSjgCl5ZRLbSuKxJM6XTfvVwog70F7vgKtQzQNEQ=";
|
hash = "sha256-mHZkUoVcoVi9XBOSvM5jyvpOTCcM91g9+Pa/lY6L5p8=";
|
||||||
})
|
})
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "0007-Hardening-Qt-code.patch";
|
name = "0007-Hardening-Qt-code.patch";
|
||||||
|
|||||||
@@ -45,6 +45,9 @@ buildPythonPackage rec {
|
|||||||
# Tests require network access
|
# Tests require network access
|
||||||
"test_pickling"
|
"test_pickling"
|
||||||
"test_password_manager"
|
"test_password_manager"
|
||||||
|
|
||||||
|
# https://github.com/python-mechanize/mechanize/issues/94
|
||||||
|
"test_ftp"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user