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

python310Packages.sqlite-utils: add changelog to meta

- update disabled
parent 492ebde5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  version = "3.31";
  format = "setuptools";

  disabled = pythonOlder "3.6";
  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
@@ -49,6 +49,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python CLI utility and library for manipulating SQLite databases";
    homepage = "https://github.com/simonw/sqlite-utils";
    changelog = "https://github.com/simonw/sqlite-utils/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ meatcar techknowlogick ];
  };