python3Packages.chispa: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm
2026-03-27 13:25:46 +00:00
parent b55b0e0c85
commit 11e6f849fd
@@ -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 ];