i-pi: 3.1.12 -> 3.2.0

This commit is contained in:
R. Ryantm
2026-05-09 18:51:37 +00:00
parent aaf2ad5732
commit c92de47e8f
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "i-pi";
version = "3.1.12";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "i-pi";
repo = "i-pi";
tag = "v${version}";
hash = "sha256-FXDinbsM5sznXNn6lR85dLqy3p0YJESGCgvjkYoPCDc=";
hash = "sha256-PGWgeLmYsVftPhjGTMvAzmKMpZo18ssgXYqZ+l48tfs=";
};
build-system = [