Merge pull request #128872 from fabaff/bump-pyatmo

python3Packages.pyatmo: 5.1.0 -> 5.2.0
This commit is contained in:
Sandro 2021-07-05 23:23:20 +02:00 committed by GitHub
commit a5523220ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "5.1.0";
version = "5.2.0";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "jabesq";
repo = "pyatmo";
rev = "v${version}";
sha256 = "0szk3wjcrllzvpix66iq3li54pw0c1knlx8wn1z9kqhkrb8r200x";
sha256 = "sha256-P9c9tm2RcF/4r0OYBoAQxQbMBaFAsaHg/stg9rrYHNM=";
};
postPatch = ''