smile: 2.12.2 -> 2.12.3 (#513552)

This commit is contained in:
Nick Cao
2026-04-27 19:27:09 +00:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "smile";
version = "2.12.2";
version = "2.12.3";
pyproject = false; # Builds with meson
src = fetchFromGitHub {
owner = "mijorus";
repo = "smile";
tag = finalAttrs.version;
hash = "sha256-qAeAntJXitypbSu9dVvnMenXs9UwatcdIkdqmbjxFgk=";
hash = "sha256-/VRo31FUDKGE5xZHNLTJ++1fYodWPhTxPUPf9Ya6fMU=";
};
nativeBuildInputs = [