Unverified Commit 63049db4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

smile: 2.12.2 -> 2.12.3 (#513552)

parents fd5fbc19 1fe5e9e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [