python314Packages.pyweatherflowudp: 1.4.5 -> 1.5.0
Changelog: https://github.com/briis/pyweatherflowudp/blob/1.5.0/CHANGELOG.md
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
pint,
|
||||
poetry-core,
|
||||
poetry-dynamic-versioning,
|
||||
psychrolib,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
@@ -11,19 +12,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyweatherflowudp";
|
||||
version = "1.4.5";
|
||||
version = "1.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "briis";
|
||||
repo = "pyweatherflowudp";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-aTwGFYTtd07BsWFaFc7ns+8oh2AxTUfRFSu81Zv5OoA=";
|
||||
hash = "sha256-mo42Y6vPREuH5EaoALTJdzoaQLVEvfTeuJqV+N+PFRE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
build-system = [
|
||||
poetry-core
|
||||
poetry-dynamic-versioning
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
pint
|
||||
psychrolib
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user