python3Packages.periodictable: 1.5.3 -> 1.6.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:29 +02:00
parent adb74e10d5
commit 7c6766fdd1

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "periodictable";
version = "1.5.3";
version = "1.6.0";
propagatedBuildInputs = [numpy pyparsing];
src = fetchPypi {
inherit pname version;
sha256 = "1d09c359468e2de74b43fc3a7dcb0d3d71e0ff53adb85995215d8d7796451af6";
sha256 = "52e925220005c20e97601e7b04ad6cebc271680947ab9adcbb1a796ddbaa0f23";
};
checkInputs = [ pytestcov pytestCheckHook ];