smile: 2.10.1 -> 2.10.2

This commit is contained in:
R. Ryantm
2025-09-16 15:48:19 +00:00
parent b780ce5f51
commit ed1244a722
+2 -2
View File
@@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "smile";
version = "2.10.1";
version = "2.10.2";
pyproject = false; # Builds with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "smile";
tag = version;
hash = "sha256-tDdzq2a58x1MVV43IhTZQ/zrVBd2D4BW4102ZEUSWLo=";
hash = "sha256-J+cCYt5ATR5xm/NsjYGkfQmHpTS5LDugj0XCphHanDc=";
};
nativeBuildInputs = [