python314Packages.pyweatherflowudp: 1.5.0 -> 1.5.1

Changelog: https://github.com/briis/pyweatherflowudp/blob/1.5.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-02-18 10:45:32 +01:00
parent 6279fa2b18
commit aa2b87a2f2
@@ -2,29 +2,29 @@
lib,
buildPythonPackage,
fetchFromGitHub,
hatchling,
pint,
poetry-core,
poetry-dynamic-versioning,
psychrolib,
pytest-asyncio,
pytestCheckHook,
uv-dynamic-versioning,
}:
buildPythonPackage (finalAttrs: {
pname = "pyweatherflowudp";
version = "1.5.0";
version = "1.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "briis";
repo = "pyweatherflowudp";
tag = "v${finalAttrs.version}";
hash = "sha256-mo42Y6vPREuH5EaoALTJdzoaQLVEvfTeuJqV+N+PFRE=";
tag = finalAttrs.version;
hash = "sha256-07AvFvrnNainBpve3pkiHzbrqSsjcP0N/nJ2slwVdqc=";
};
build-system = [
poetry-core
poetry-dynamic-versioning
hatchling
uv-dynamic-versioning
];
dependencies = [