smile: 2.10.1 -> 2.10.2 (#443485)

authored by

Nick Cao and committed by
GitHub
75988103 e04396ff

+2 -2
+2 -2
pkgs/by-name/sm/smile/package.nix
··· 15 16 python3.pkgs.buildPythonApplication rec { 17 pname = "smile"; 18 - version = "2.10.1"; 19 pyproject = false; # Builds with meson 20 21 src = fetchFromGitHub { 22 owner = "mijorus"; 23 repo = "smile"; 24 tag = version; 25 - hash = "sha256-tDdzq2a58x1MVV43IhTZQ/zrVBd2D4BW4102ZEUSWLo="; 26 }; 27 28 nativeBuildInputs = [
··· 15 16 python3.pkgs.buildPythonApplication rec { 17 pname = "smile"; 18 + version = "2.10.2"; 19 pyproject = false; # Builds with meson 20 21 src = fetchFromGitHub { 22 owner = "mijorus"; 23 repo = "smile"; 24 tag = version; 25 + hash = "sha256-J+cCYt5ATR5xm/NsjYGkfQmHpTS5LDugj0XCphHanDc="; 26 }; 27 28 nativeBuildInputs = [