python3Packages.entsoe-apy: 0.7.0 -> 0.8.1

This commit is contained in:
R. Ryantm
2026-01-16 19:29:26 +00:00
parent 7c8cdf6de9
commit 473084c525
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "entsoe-apy";
version = "0.7.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "berrij";
repo = "entsoe-apy";
tag = "v${version}";
hash = "sha256-ui+F9EOz95yCfn52pSsxDs9p6d0a2g3VpxHd3WjU9W0=";
hash = "sha256-9bfGEBOXILO+bwkyFgnVFSY1k9gA6RmzWv9mEmJGOeM=";
};
pyproject = true;