Merge pull request #322902 from fabaff/pyopenweathermap-bump

python311Packages.pyopenweathermap: 0.0.10 -> 0.1.1
This commit is contained in:
Fabian Affolter
2024-06-28 08:57:02 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyopenweathermap";
version = "0.0.10";
version = "0.1.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-wEcE4IYVvxEwW5Hhz+DqDIqbjd5/O1hEr7dGgiuMI00=";
hash = "sha256-OGalKlZP4pKKWKypjM5nVesvFAGLgvvRjMWzrEIp+VQ=";
};
build-system = [ poetry-core ];