python3Packages.python-bsblan: 6.1.6 -> 6.1.7 (#542485)

This commit is contained in:
Fabian Affolter
2026-07-16 16:25:03 +00:00
committed by GitHub

View File

@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-bsblan";
version = "6.1.6";
version = "6.1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
tag = "v${finalAttrs.version}";
hash = "sha256-1nq1m1jGks4YPn64pUz8lKlES2PwvdfsMlRFYiAEbYg=";
hash = "sha256-ZjhGFEJOUyRz2RKCok/CT0ytInY1juHDqKurGsO5KFo=";
};
postPatch = ''