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

python310Packages.python-bsblan: 0.5.8 -> 0.5.9
This commit is contained in:
Nick Cao
2023-01-23 11:23:08 +08:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.5.8";
version = "0.5.9";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -23,8 +23,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "liudger";
repo = pname;
rev = "v${version}";
hash = "sha256-pLqX+gbY71OsLflTyDuL4revj5dXol//eTFVy8iT9O4=";
rev = "refs/tags/v${version}";
hash = "sha256-9WXj/zFFzPr3YabdEYN+Xn/IwKplPFdHAFDB2S2JUEI=";
};
nativeBuildInputs = [
@@ -58,6 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to control and monitor an BSBLan device programmatically";
homepage = "https://github.com/liudger/python-bsblan";
changelog = "https://github.com/liudger/python-bsblan/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};