Merge pull request #264741 from fabaff/aioelectricitymaps-bump

python311Packages.aioelectricitymaps: 0.1.3 -> 0.1.4

authored by

OTABI Tomoya and committed by
GitHub
887f5441 1abd9760

+2 -2
+2 -2
pkgs/development/python-modules/aioelectricitymaps/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aioelectricitymaps"; 16 - version = "0.1.3"; 16 + version = "0.1.4"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.10"; ··· 22 22 owner = "jpbede"; 23 23 repo = "aioelectricitymaps"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-2Ou3obpGRJ/iUPuaoBGlmDTJLx6+S8ivK9PbrbSvYyg="; 25 + hash = "sha256-Whg3F4Oyfqn2Lod44e15Pxc3m0dEB2F+MK0bvEM7c7w="; 26 26 }; 27 27 28 28 nativeBuildInputs = [