smile: 2.11.0 -> 2.12.2 (#508339)

This commit is contained in:
Aleksana
2026-04-10 16:37:23 +00:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "smile";
version = "2.11.0";
version = "2.12.2";
pyproject = false; # Builds with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "smile";
tag = finalAttrs.version;
hash = "sha256-uggbeFcafCvIpT+qHsnULTZ9oyQkfT7phI5KW00HEXg=";
hash = "sha256-qAeAntJXitypbSu9dVvnMenXs9UwatcdIkdqmbjxFgk=";
};
nativeBuildInputs = [