python3Packages.chispa: 0.11.1 -> 0.12.0 (#504104)

This commit is contained in:
Nick Cao
2026-03-27 18:11:06 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "chispa";
version = "0.11.1";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "MrPowers";
repo = "chispa";
tag = "v${version}";
hash = "sha256-M4iYKWXI0wBSHt1tWd0vGvQ6FLRRE9TB2u6sTJnkFpY=";
hash = "sha256-G65+3GbIGNwZVSFc89tXlYgPimtJPFo9ZK23fZgrCF4=";
};
build-system = [ poetry-core ];