From 8919806da3c95f5ed70f3f18121c96ef612dc805 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Nov 2023 06:36:45 +0100 Subject: [PATCH] python311Packages.aioelectricitymaps: 0.1.3 -> 0.1.4 Diff: https://github.com/jpbede/aioelectricitymaps/compare/refs/tags/v0.1.3...v0.1.4 Changelog: https://github.com/jpbede/aioelectricitymaps/releases/tag/v0.1.4 --- .../development/python-modules/aioelectricitymaps/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aioelectricitymaps/default.nix b/pkgs/development/python-modules/aioelectricitymaps/default.nix index 502363de13c3..8aca66a80b4c 100644 --- a/pkgs/development/python-modules/aioelectricitymaps/default.nix +++ b/pkgs/development/python-modules/aioelectricitymaps/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aioelectricitymaps"; - version = "0.1.3"; + version = "0.1.4"; pyproject = true; disabled = pythonOlder "3.10"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "jpbede"; repo = "aioelectricitymaps"; rev = "refs/tags/v${version}"; - hash = "sha256-2Ou3obpGRJ/iUPuaoBGlmDTJLx6+S8ivK9PbrbSvYyg="; + hash = "sha256-Whg3F4Oyfqn2Lod44e15Pxc3m0dEB2F+MK0bvEM7c7w="; }; nativeBuildInputs = [