cynthion: 0.2.0 -> 0.2.2
This commit is contained in:
parent
e6e45d9aa6
commit
45cbfe3b83
@ -26,14 +26,14 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cynthion";
|
pname = "cynthion";
|
||||||
version = "0.2.0";
|
version = "0.2.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greatscottgadgets";
|
owner = "greatscottgadgets";
|
||||||
repo = "cynthion";
|
repo = "cynthion";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-rbvw2eieZwTxStwCRuvIx/f4vdPsOFnV/U80Ga+fNPA=";
|
hash = "sha256-xL1/ckX+xKUQpugQkLB3SlZeNcBEaTMascTgoQ4C+hA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/cynthion/python";
|
sourceRoot = "${src.name}/cynthion/python";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user