python3Packages.python-bsblan: 6.0.1 -> 6.1.5

https://github.com/liudger/python-bsblan/releases/tag/v6.1.5
This commit is contained in:
Martin Weinelt
2026-07-05 00:48:01 +02:00
parent f95391fe1a
commit 81c75463f7
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-bsblan";
version = "6.0.1";
version = "6.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
tag = "v${finalAttrs.version}";
hash = "sha256-4ds/zYedmdLA7zLe2KoJ4DMzHJC8459KjZIJlHrfWEQ=";
hash = "sha256-D3uhEk4VK9kpuwPh3R+oswMaQZQfuTIUwvUnb5HAMFM=";
};
postPatch = ''