Merge pull request #120465 from fabaff/bump-pymetno

python3Packages.pymetno: 0.8.2 -> 0.8.3
This commit is contained in:
Sandro 2021-04-24 12:38:07 +02:00 committed by GitHub
commit ec1fbe2241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,15 +8,15 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "PyMetno"; pname = "pymetno";
version = "0.8.2"; version = "0.8.3";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = pname;
owner = "Danielhiversen"; owner = "Danielhiversen";
repo = "PyMetno";
rev = version; rev = version;
sha256 = "0b1zm60yqj1mivc3zqw2qm9rqh8cbmx0r58jyyvm3pxzq5cafdg5"; sha256 = "sha256-dvZz+wv9B07yKM4E4fQ9VQOgeil9KxZxcGk6D0kWY4g=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -34,7 +34,7 @@ buildPythonPackage rec {
doCheck = false; doCheck = false;
meta = with lib; { meta = with lib; {
description = "A library to communicate with the met.no api"; description = "A library to communicate with the met.no API";
homepage = "https://github.com/Danielhiversen/pyMetno/"; homepage = "https://github.com/Danielhiversen/pyMetno/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ flyfloh ]; maintainers = with maintainers; [ flyfloh ];