python313Packages.pyopenweathermap: 0.2.1 -> 0.2.2 (#383802)

authored by Martin Weinelt and committed by GitHub e40f9eb4 3d0332bc

+2 -2
+2 -2
pkgs/development/python-modules/pyopenweathermap/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyopenweathermap"; 19 - version = "0.2.1"; 19 + version = "0.2.2"; 20 20 pyproject = true; 21 21 22 22 src = fetchFromGitHub { ··· 24 24 repo = "pyopenweathermap"; 25 25 # https://github.com/freekode/pyopenweathermap/issues/2 26 26 tag = "v${version}"; 27 - hash = "sha256-UcnELAJf0Ltf0xJOlyzsHb4HQGSBTJ+/mOZ/XSTkA0w="; 27 + hash = "sha256-i/oqjrViATNR+HuG72ZdPMJF9TJf7B1pi+wqCth34OU="; 28 28 }; 29 29 30 30 build-system = [ poetry-core ];