mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.python-bsblan: 1.2.2 -> 2.1.0 (#414828)
This commit is contained in:
commit
89a8851be7
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-bsblan";
|
pname = "python-bsblan";
|
||||||
version = "1.2.2";
|
version = "2.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.12";
|
||||||
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||||
owner = "liudger";
|
owner = "liudger";
|
||||||
repo = "python-bsblan";
|
repo = "python-bsblan";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-qzQP77bfV21g7DIdZfJCyv9FN/U6aQk9wWV9xPZFolk=";
|
hash = "sha256-HaB1ypC2IkSEnM5Ek583CFvwWt1nm1gWUdoh5MH09YQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Module to control and monitor an BSBLan device programmatically";
|
description = "Module to control and monitor an BSBLan device programmatically";
|
||||||
homepage = "https://github.com/liudger/python-bsblan";
|
homepage = "https://github.com/liudger/python-bsblan";
|
||||||
changelog = "https://github.com/liudger/python-bsblan/releases/tag/v${version}";
|
changelog = "https://github.com/liudger/python-bsblan/releases/tag/${src.tag}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue