python3Packages.periodictable: 1.5.3 -> 1.6.0
This commit is contained in:
parent
adb74e10d5
commit
7c6766fdd1
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue