python311Packages.python-bsblan: 0.5.14 -> 0.5.15

Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v0.5.14...v0.5.15

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v0.5.15
This commit is contained in:
Fabian Affolter 2023-08-29 00:16:04 +02:00
parent 57308c6011
commit 1b42afed85

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.5.14";
version = "0.5.15";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-UCl5M9UbsUcroNF2iYzTLD9uIJF7PdxwrVt3PNI3iRc=";
hash = "sha256-PNgv3QXl3iyDX0KOn1egQrt6D64i3eCUyCPtXe94y0U=";
};
postPatch = ''