Commit 1fe5e9e6 authored by R. RyanTM's avatar R. RyanTM
Browse files

smile: 2.12.2 -> 2.12.3

parent 0aacb00b
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 = [