cynthion: 0.2.0 -> 0.2.2 (#423394)

This commit is contained in:
Aleksana
2025-07-09 17:57:21 +08:00
committed by GitHub
@@ -26,14 +26,14 @@
}:
buildPythonPackage rec {
pname = "cynthion";
version = "0.2.0";
version = "0.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "cynthion";
tag = version;
hash = "sha256-rbvw2eieZwTxStwCRuvIx/f4vdPsOFnV/U80Ga+fNPA=";
hash = "sha256-xL1/ckX+xKUQpugQkLB3SlZeNcBEaTMascTgoQ4C+hA=";
};
sourceRoot = "${src.name}/cynthion/python";