python: BoltzTraP2: 19.7.3 -> 19.11.1
This commit is contained in:
parent
29233fd101
commit
03a5c5ef45
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "19.7.3";
|
||||
version = "19.11.1";
|
||||
pname = "BoltzTraP2";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1hambr925ml2v2zcxnmnpi39395gl2928yac4p2kghk9xicymraw";
|
||||
sha256 = "3927ae782b7329dede2bf85ff5ff328c88f0514ecb592267e28912340f395d3e";
|
||||
};
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
|
Loading…
Reference in a new issue