python3Packages.aiocurrencylayer: 1.0.6 -> 1.1.0
Diff: https://github.com/home-assistant-ecosystem/aiocurrencylayer/compare/1.0.6...1.1.0 Changelog: https://github.com/home-assistant-ecosystem/aiocurrencylayer/releases/tag/1.1.0
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiocurrencylayer";
|
||||
version = "1.0.6";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "home-assistant-ecosystem";
|
||||
repo = "aiocurrencylayer";
|
||||
tag = version;
|
||||
hash = "sha256-VOzgWN+dDPaGEcahFPSWjBR989b9eNkx4zcnI9o2Xiw=";
|
||||
hash = "sha256-l9M9ejcaXLkIFtD3Qz3dkTR4xDIZuT94OT4yg/6ipYA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user