python3Packages.pyisbn: 1.3.1 -> 1.4.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:47 +02:00
parent f1f96de800
commit 64b62a5cb0

View File

@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pyisbn";
version = "1.3.1";
version = "1.4.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-cPVjgXlps/8IUGieULx/917puGXD+A+DWWSxMGxO1Rk=";
hash = "sha256-qPOS8G/ZUqH23mvhSKcs93s8UfpXIxIc0cIgGvRjpbM=";
};
build-system = [ setuptools ];