python3Packages.entsoe-apy: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2026-02-20 22:51:03 +00:00
parent 821c34f524
commit b939dc4219
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "entsoe-apy";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "berrij";
repo = "entsoe-apy";
tag = "v${version}";
hash = "sha256-tHduOA3huBuCm/ygFcgmtYQ2AZkco9oy7yVRnYpB/K0=";
hash = "sha256-szJ3UlYJjwNZMWHJ81Gp4AgdB7JQyDP0NL0MpmjTQGY=";
};
pyproject = true;