python3Packages.pyatmo: 5.0.1 -> 5.1.0

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:10 -07:00 committed by Martin Weinelt
parent fc4fbd2d98
commit 6fa4a698d5

View file

@ -14,14 +14,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyatmo"; pname = "pyatmo";
version = "5.0.1"; version = "5.1.0";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jabesq"; owner = "jabesq";
repo = "pyatmo"; repo = "pyatmo";
rev = "v${version}"; rev = "v${version}";
sha256 = "0can9v602iqfn0l01fd7gr63qzvcngfm0qka4s1x0pldh6avxmfh"; sha256 = "0szk3wjcrllzvpix66iq3li54pw0c1knlx8wn1z9kqhkrb8r200x";
}; };
postPatch = '' postPatch = ''