pythonPackages.isbnlib: 3.10.5 -> 3.10.6
This commit is contained in:
parent
2d559b6128
commit
9197a64c7c
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "isbnlib";
|
pname = "isbnlib";
|
||||||
version = "3.10.5";
|
version = "3.10.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "cb3b400b37a73cf4a0bc698be2ea414e78ff117867baed9313aa8c97596e1b98";
|
sha256 = "b324c7c8689741bba6d71d1369d49780a24fe946b11a3c005d56e09bf705cd19";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
@ -22,6 +22,8 @@ buildPythonPackage rec {
|
|||||||
# requires network connection
|
# requires network connection
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "isbnlib" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
|
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
|
||||||
homepage = "https://github.com/xlcnd/isbnlib";
|
homepage = "https://github.com/xlcnd/isbnlib";
|
||||||
|
Loading…
Reference in New Issue
Block a user