From 64b62a5cb01718f25da7422dbb0ecbb1945cc9ea Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:47 +0200 Subject: [PATCH] python3Packages.pyisbn: 1.3.1 -> 1.4.3 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/pyisbn/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyisbn/default.nix b/pkgs/development/python-modules/pyisbn/default.nix index 0b5b037afd71..8bf76552d959 100644 --- a/pkgs/development/python-modules/pyisbn/default.nix +++ b/pkgs/development/python-modules/pyisbn/default.nix @@ -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 ];