python3Packages.python-bsblan: 5.2.1 -> 6.0.1
https://github.com/liudger/python-bsblan/releases/tag/v6.0.1
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
aiohttp,
|
||||
aresponses,
|
||||
backoff,
|
||||
python-backoff,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
@@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-bsblan";
|
||||
version = "5.2.1";
|
||||
version = "6.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "liudger";
|
||||
repo = "python-bsblan";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-wK6r1fWXpbPVpUqLaLRjKKB2beXftdHujRL4pq3bhjc=";
|
||||
hash = "sha256-4ds/zYedmdLA7zLe2KoJ4DMzHJC8459KjZIJlHrfWEQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -40,9 +40,9 @@ buildPythonPackage (finalAttrs: {
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
backoff
|
||||
packaging
|
||||
pydantic
|
||||
python-backoff
|
||||
yarl
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user