python3Packages.aiotractive: 1.0.0 -> 1.0.1
Diff: https://github.com/zhulik/aiotractive/compare/v1.0.0...v1.0.1 Changelog: https://github.com/zhulik/aiotractive/releases/tag/v1.0.1
This commit is contained in:
@@ -10,18 +10,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiotractive";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zhulik";
|
||||
repo = "aiotractive";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-pU6Ugd4l9+oUWJAd1hT3oBPfXK5NEjOg+k3YN52C3B8=";
|
||||
hash = "sha256-DP0dFDXaa0PyaERmhL6dNCOpiNs+N7ojMIapcajfMrk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"orjson"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
orjson
|
||||
|
||||
Reference in New Issue
Block a user