python3Packages.cynthion: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm
2026-05-22 12:36:06 +00:00
parent 81371ab13f
commit 47a6a321a4
@@ -27,14 +27,14 @@
}:
buildPythonPackage rec {
pname = "cynthion";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "cynthion";
tag = version;
hash = "sha256-ebd2L7o6GO57TpwJ7+MOhVSb+I/E8kD7d7DqPj4B3FM=";
hash = "sha256-Ju01eqBVZ7CD0pw4nIFML4LcCPXzC78dLpQru3a+5bU=";
};
sourceRoot = "${src.name}/cynthion/python";