smile: 2.10.2 -> 2.11.0 (#472879)

This commit is contained in:
Aleksana
2025-12-21 09:14:19 +00:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "smile";
version = "2.10.2";
version = "2.11.0";
pyproject = false; # Builds with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "smile";
tag = version;
hash = "sha256-J+cCYt5ATR5xm/NsjYGkfQmHpTS5LDugj0XCphHanDc=";
hash = "sha256-uggbeFcafCvIpT+qHsnULTZ9oyQkfT7phI5KW00HEXg=";
};
nativeBuildInputs = [