3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.pyatmo: 6.2.0 -> 6.2.2

This commit is contained in:
R. Ryantm 2021-12-30 12:02:11 +00:00 committed by Jonathan Ringer
parent 6438b2df7a
commit e62a4b85c0

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pyatmo";
version = "6.2.0";
version = "6.2.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jabesq";
repo = "pyatmo";
rev = "v${version}";
sha256 = "sha256-VBc2avJiIFQW1LYXQEvIZ/wZKMFJsCF9DDrxwL8dDnk=";
sha256 = "1cd6g5vix8k45ndx4aq4pvyyisqdp38gd2466jrlg8z9byandj0i";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;