python311Packages.python-bsblan: 0.5.13 -> 0.5.14
Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v0.5.13...v0.5.14 Changelog: https://github.com/liudger/python-bsblan/releases/tag/v0.5.14
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, aiohttp
|
||||
, aresponses
|
||||
, backoff
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, packaging
|
||||
@@ -15,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-bsblan";
|
||||
version = "0.5.12";
|
||||
version = "0.5.14";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -24,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "liudger";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ftu79SnVa7wOMx/RiRBDPmmG7Mmw84r30G4yDzBea2k=";
|
||||
hash = "sha256-UCl5M9UbsUcroNF2iYzTLD9uIJF7PdxwrVt3PNI3iRc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -41,6 +42,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
backoff
|
||||
packaging
|
||||
pydantic
|
||||
yarl
|
||||
|
||||
Reference in New Issue
Block a user