smile: 2.12.2 -> 2.12.3

This commit is contained in:
R. Ryantm
2026-04-26 01:49:33 +00:00
parent 0aacb00bef
commit 1fe5e9e6f0
+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 = [