python3Packages.castepxbin: 0.1.0 -> 0.2.0
This commit is contained in:
parent
2e536dc6f0
commit
c1d154d794
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "castepxbin";
|
pname = "castepxbin";
|
||||||
version = "0.1.0";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zhubonan";
|
owner = "zhubonan";
|
||||||
repo = "castepxbin";
|
repo = "castepxbin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16wnd1mwhl204d1s3har2fhyhyjg86sypg00bj812dxk8zixxszf";
|
sha256 = "0bqicpdyisbcz8argy4ppm59zzkcn9lcs4y1mh2f31f75x732na3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue