forked from mirrors/nixpkgs
python3Packages.boltztrap2: 19.1.1 -> 19.7.3
This commit is contained in:
parent
5765f22879
commit
72b1553187
1 changed files with 3 additions and 3 deletions
|
@ -14,16 +14,16 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "19.1.1";
|
version = "19.7.3";
|
||||||
pname = "BoltzTraP2";
|
pname = "BoltzTraP2";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "81e8a5ef8240c6a2205463fa7bc643b8033125237927f5492dab0b5d1aadb35a";
|
sha256 = "1hambr925ml2v2zcxnmnpi39395gl2928yac4p2kghk9xicymraw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cython cmake ];
|
nativeBuildInputs = [ cmake cython ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
propagatedBuildInputs = [ spglib numpy scipy matplotlib ase netcdf4 ];
|
propagatedBuildInputs = [ spglib numpy scipy matplotlib ase netcdf4 ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue