11 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-6kumVnm4PLRxuKO6Uz0iHzfYuu21hFC7EPRsc3S1kxE=";
30 propagatedBuildInputs = [
40 description = "A collection of readers for CASTEP binary outputs";
41 homepage = "https://github.com/zhubonan/castepxbin";
42 license = licenses.mit;
43 maintainers = with maintainers; [ dotlambda ];