python3Packages.castepxbin: 0.1.0 -> 0.2.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:40 -08:00
parent 2e536dc6f0
commit c1d154d794
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "castepxbin";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "zhubonan";
repo = "castepxbin";
rev = "v${version}";
sha256 = "16wnd1mwhl204d1s3har2fhyhyjg86sypg00bj812dxk8zixxszf";
sha256 = "0bqicpdyisbcz8argy4ppm59zzkcn9lcs4y1mh2f31f75x732na3";
};
propagatedBuildInputs = [