3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #150654 from r-ryantm/auto-update/python38Packages.open-meteo

python38Packages.open-meteo: 0.2.0 -> 0.2.1
This commit is contained in:
Fabian Affolter 2021-12-15 08:42:44 +01:00 committed by GitHub
commit b4abeffe97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "open-meteo";
version = "0.2.0";
version = "0.2.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-open-meteo";
rev = "v${version}";
sha256 = "tuAuY43HRz8zFTOhsm4TxSppP4CYTGPqQndDMxW3URs=";
sha256 = "0i8jmhd29vvkpfxs9l5wy8525ngs79mnc7si2j9b1nc41xrv91f6";
};
nativeBuildInputs = [