python310Packages.python-bsblan: 0.5.8 -> 0.5.9

Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v0.5.8...v0.5.9

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v0.5.9
This commit is contained in:
Fabian Affolter 2023-01-22 21:07:39 +01:00
parent 1109b9d686
commit 707a15f573

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.5.8";
version = "0.5.9";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pLqX+gbY71OsLflTyDuL4revj5dXol//eTFVy8iT9O4=";
hash = "sha256-9WXj/zFFzPr3YabdEYN+Xn/IwKplPFdHAFDB2S2JUEI=";
};
nativeBuildInputs = [