python312Packages.pyopenweathermap: 0.1.1 -> 0.2.1

https://github.com/freekode/pyopenweathermap/compare/refs/tags/v0.1.1...v0.2.1
This commit is contained in:
Martin Weinelt 2024-11-06 21:57:37 +01:00
parent fcec352722
commit 503844b0f8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyopenweathermap";
version = "0.1.1";
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
@ -24,7 +24,7 @@ buildPythonPackage rec {
repo = "pyopenweathermap";
# https://github.com/freekode/pyopenweathermap/issues/2
rev = "refs/tags/v${version}";
hash = "sha256-OGalKlZP4pKKWKypjM5nVesvFAGLgvvRjMWzrEIp+VQ=";
hash = "sha256-UcnELAJf0Ltf0xJOlyzsHb4HQGSBTJ+/mOZ/XSTkA0w=";
};
build-system = [ poetry-core ];