pythonPackages.isbnlib: 3.10.7 -> 3.10.8
https://github.com/xlcnd/isbnlib/releases/tag/v3.10.8
This commit is contained in:
parent
74fcdc3984
commit
b7148f87b5
1 changed files with 9 additions and 3 deletions
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "isbnlib";
|
pname = "isbnlib";
|
||||||
version = "3.10.7";
|
version = "3.10.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-gbMxV9qOLCpIH3rUceG1ds9ZUpjwOv1gyYL3GLkS3Ik=";
|
sha256 = "sha256-6kBu8uFDiKs5ZJXw9gTS08lstaJWuWvAVW3Ycc19x7Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
@ -22,7 +22,13 @@ buildPythonPackage rec {
|
||||||
# requires network connection
|
# requires network connection
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [ "isbnlib" ];
|
pythonImportsCheck = [
|
||||||
|
"isbnlib"
|
||||||
|
"isbnlib.config"
|
||||||
|
"isbnlib.dev"
|
||||||
|
"isbnlib.dev.helpers"
|
||||||
|
"isbnlib.registry"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
|
description = "Extract, clean, transform, hyphenate and metadata for ISBNs";
|
||||||
|
|
Loading…
Reference in a new issue