python310Packages.sqlite-utils: add changelog to meta

- update disabled
This commit is contained in:
Fabian Affolter 2023-05-13 09:40:00 +02:00 committed by GitHub
parent 492ebde5e2
commit 37dc4f571b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};