Unverified Commit 83e7779b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

smile: 2.10.2 -> 2.11.0 (#472879)

parents 427233b5 f1d4232f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [