python313Packages.aioelectricitymaps: 1.1.0 -> 1.1.1

Diff: https://github.com/jpbede/aioelectricitymaps/compare/v1.1.0...v1.1.1

Changelog: https://github.com/jpbede/aioelectricitymaps/releases/tag/v1.1.1
This commit is contained in:
Fabian Affolter
2025-08-24 09:36:13 +02:00
parent d7ac4e7dbf
commit 09ab794379
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aioelectricitymaps";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jpbede";
repo = "aioelectricitymaps";
tag = "v${version}";
hash = "sha256-YYoWdI+m+WiBCC7lPBm0x0jYL/+02iT/4Z5sdxBPvHY=";
hash = "sha256-6d9StqUMOGWyK5KAY+S0QE0c6Mi+XDUUAyzRt9RG52Q=";
};
postPatch = ''