python312Packages.python-bsblan: 0.6.4 -> 1.2.1

https://github.com/liudger/python-bsblan/releases/tag/v1.2.1
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:28 +01:00
parent 983be0454f
commit be31deb960
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.6.4";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = "python-bsblan";
rev = "refs/tags/v${version}";
hash = "sha256-mOVX65YRDUac0GoB9+tHIYtvNDGyxT0BSsj8I3OzuBI=";
hash = "sha256-b+/Cy8F2xUsYOr8PGQxkdXD07pAECNmbeWbuysSAT2I=";
};
postPatch = ''