python3Packages.python-bsblan: 3.1.4 -> 3.1.6

This commit is contained in:
R. Ryantm
2026-01-10 14:30:17 +00:00
parent d0cc7d8f47
commit 0f81bd5d21
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "3.1.4";
version = "3.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
tag = "v${version}";
hash = "sha256-P063G4YD4IlNP0ezYGhELjK4AKFQ4wPXFhgYb9OjRf0=";
hash = "sha256-FMbba7z/Di5oD6xrjpF2cyJzdzdFjSw7wfTwS8Sjo8c=";
};
postPatch = ''