Unverified Commit f14e3fef authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.simpleeval: add changelog to meta

parent 61f8e051
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ buildPythonPackage rec {
    owner = "danthedeckie";
    repo = pname;
    rev = "refs/tags/${version}";
    sha256 = "sha256-I1GILYPE6OyotgRe0Ek/iHHv6q9/b/MlcTxMAtfZD80=";
    hash = "sha256-I1GILYPE6OyotgRe0Ek/iHHv6q9/b/MlcTxMAtfZD80=";
  };

  nativeBuildInputs = [
@@ -36,6 +36,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Simple, safe single expression evaluator library";
    homepage = "https://github.com/danthedeckie/simpleeval";
    changelog = "https://github.com/danthedeckie/simpleeval/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ johbo ];
  };