···1919 hash = "sha256-LACf8Xw+o/uJ3+PD/DE/o7nwKY7fv3NyYbpjCrTTnBU=";
2020 };
21212222+ # setup.py states version="dev", which is not a valid version string for setuptools
2323+ # There has never been a formal stable release, so let's say 0.0 here.
2424+ postPatch = ''
2525+ substituteInPlace ./setup.py --replace 'version="dev",' 'version="0.0",'
2626+ '';
2727+2228 propagatedBuildInputs = [
2329 numpy
2430 periodictable