python3Packages.yoto-api: 2.2.6 -> 2.3.0
Diff: https://github.com/cdnninja/yoto_api/compare/v2.2.6...v2.3.0 Changelog: https://github.com/cdnninja/yoto_api/releases/tag/v2.3.0
This commit is contained in:
committed by
Martin Weinelt
parent
720e5a9b8c
commit
c72d5f1858
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "yoto-api";
|
||||
version = "2.2.6";
|
||||
version = "2.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cdnninja";
|
||||
repo = "yoto_api";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-f0bRi/4v71/jNYrONlTloFknP6xnXV3uirJMKUje5LY=";
|
||||
hash = "sha256-kL3Ry3sRyDTKlhVUQ8rOCm2G8JkFZCmTwoInR6og73s=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user