Merge pull request #223510 from fabaff/python-bsblan-bump

python310Packages.python-bsblan: 0.5.9 -> 0.5.10
This commit is contained in:
Fabian Affolter 2023-03-28 10:43:31 +02:00 committed by GitHub
commit ca39994de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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