python3Packages.periodictable: 1.5.2 -> 1.5.3
This commit is contained in:
parent
35c8e7bf25
commit
c36ac559eb
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "periodictable";
|
pname = "periodictable";
|
||||||
version = "1.5.2";
|
version = "1.5.3";
|
||||||
|
|
||||||
propagatedBuildInputs = [numpy pyparsing];
|
propagatedBuildInputs = [numpy pyparsing];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1lx03xirh3hcrzkwrz91dmdzcj01bykq59hccd83ai901jzqmshz";
|
sha256 = "1d09c359468e2de74b43fc3a7dcb0d3d71e0ff53adb85995215d8d7796451af6";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user