python311Packages.python-bsblan: 0.5.16 -> 0.5.18

Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v0.5.16...v0.5.18

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v0.5.18
This commit is contained in:
Fabian Affolter 2024-01-17 19:52:14 +01:00
parent a3ebfad131
commit 48d04c9695

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.5.16";
version = "0.5.18";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-m80lnNd1ANddV0d/w3S7+QWzIPRklDZsWMO2g1hgEoQ=";
hash = "sha256-SJUIJhsVn4LZiUx9h3Q2uWoeaQiKoIRrijTfPgCHnAA=";
};
postPatch = ''