python3Packages.pyseventeentrack: 1.0.2 -> 1.1.1
https://github.com/shaiu/pyseventeentrack/releases/tag/v1.1.0 https://github.com/shaiu/pyseventeentrack/releases/tag/v1.1.1
This commit is contained in:
parent
4febeae18f
commit
db1443842d
@ -3,6 +3,7 @@
|
||||
aresponses,
|
||||
attrs,
|
||||
buildPythonPackage,
|
||||
cryptography,
|
||||
fetchFromGitHub,
|
||||
lib,
|
||||
poetry-core,
|
||||
@ -12,21 +13,24 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyseventeentrack";
|
||||
version = "1.0.2";
|
||||
version = "1.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shaiu";
|
||||
repo = "pyseventeentrack";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-B/p+7wuXMtdOlIOySGQdtiiErcVD8DaVJPvSX4lPnos=";
|
||||
hash = "sha256-XFn9yZbUrvERBQW1PumwtAPHhcyRX9L+JKxE/NZjZys=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "cryptography" ];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
attrs
|
||||
cryptography
|
||||
pytz
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user