Merge pull request #238672 from r-ryantm/auto-update/python310Packages.python-sql

python310Packages.python-sql: 1.4.0 -> 1.4.1
This commit is contained in:
Weijia Wang
2023-06-20 14:08:37 +03:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "python-sql";
version = "1.4.0";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-b+dkCC9IiR2Ffqfm+kJfpU8TUx3fa4nyTAmOZGrRtLY=";
hash = "sha256-KkcvQLQPlFmdBi6/92BHm2NTX2LQLrnH1nGR4Iq/ctw=";
};
nativeCheckInputs = [
@@ -27,7 +27,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to write SQL queries in a pythonic way";
homepage = "https://pypi.org/project/python-sql/";
homepage = "https://foss.heptapod.net/tryton/python-sql";
changelog = "https://foss.heptapod.net/tryton/python-sql/-/blob/${version}/CHANGELOG";
license = licenses.bsd3;
maintainers = with maintainers; [ johbo ];
};