python3Packages.python-bsblan: 6.1.5 -> 6.1.6

Diff: https://github.com/liudger/python-bsblan/compare/v6.1.5...v6.1.6

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v6.1.6
This commit is contained in:
Robert Schütz
2026-07-10 14:41:43 -07:00
parent 4b220cdb08
commit e5800220a0
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-bsblan";
version = "6.1.5";
version = "6.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
tag = "v${finalAttrs.version}";
hash = "sha256-D3uhEk4VK9kpuwPh3R+oswMaQZQfuTIUwvUnb5HAMFM=";
hash = "sha256-1nq1m1jGks4YPn64pUz8lKlES2PwvdfsMlRFYiAEbYg=";
};
postPatch = ''