Merge master into staging-next

This commit is contained in:
github-actions[bot]
2020-12-23 06:22:23 +00:00
committed by GitHub
8 changed files with 148 additions and 150 deletions

View File

@@ -22,11 +22,11 @@
buildPythonPackage rec {
pname = "chalice";
version = "1.21.6";
version = "1.21.7";
src = fetchPypi {
inherit pname version;
sha256 = "b7a17583e0553caa0e44d23186b4aad069f7665c24a473104d1f04e62cc4cb07";
sha256 = "22512bccb9b881b8d5a33bd45c7ad539dee60f2f8685a5ed8afd5000a962b0f8";
};
checkInputs = [ watchdog pytest hypothesis mock ];

View File

@@ -3,13 +3,13 @@
}:
buildPythonPackage rec {
pname = "netCDF4";
version = "1.5.5";
version = "1.5.5.1";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
sha256 = "910b0c9d1ca7bef9c5796c45e2f5f30b91df70997ac655c51a58073eff2634f9";
sha256 = "d957e55a667d1fc651ddef22fea10ded0f142b7d9dbbf4d08c0012d32f445abd";
};
checkInputs = [ pytest ];