python311Packages.boltztrap2: 22.12.1 -> 24.1.1

This commit is contained in:
R. Ryantm 2024-01-13 17:37:17 +00:00
parent 2d1894e6fa
commit ef9fddc0e7

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "boltztrap2";
version = "22.12.1";
version = "24.1.1";
format = "setuptools";
disabled = pythonOlder "3.5";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "BoltzTraP2";
inherit version;
hash = "sha256-gzjWAMUJcF5AyDS1Qx7opVbYewaqGgmFMDGWCh/2Wz4=";
hash = "sha256-kgv4lPBxcBmRKihaTwPRz8bHTWAWUOGZADtJUb3y+C4=";
};
dontUseCmakeConfigure = true;