diff options
| author | Simon Schoeters <b2282e9d-46e8-4ec4-946a-b6ad84078b1c@astil.be> | 2023-10-25 10:35:56 +0200 |
|---|---|---|
| committer | Simon Schoeters <b2282e9d-46e8-4ec4-946a-b6ad84078b1c@astil.be> | 2023-10-25 10:35:56 +0200 |
| commit | 08bbcb9709bf437b48649e010bcdd08763e2baa6 (patch) | |
| tree | 3b98ca52f95651fddbbbab3d9c51a51982dd4778 /pkgs/development/python-modules/python-sql | |
| parent | f55cd62e54332373819230b6d8bf27160d4f6ca1 (diff) | |
| parent | 02c6061679c99546ccff9ca241025134411e13ad (diff) | |
Merge branch 'master' into add-scalingo-package
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
| -rw-r--r-- | pkgs/development/python-modules/python-sql/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-sql/default.nix b/pkgs/development/python-modules/python-sql/default.nix index 58a5cd625fc4..424c1635f91a 100644 --- a/pkgs/development/python-modules/python-sql/default.nix +++ b/pkgs/development/python-modules/python-sql/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "python-sql"; - version = "1.4.0"; + version = "1.4.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-b+dkCC9IiR2Ffqfm+kJfpU8TUx3fa4nyTAmOZGrRtLY="; + hash = "sha256-stuHXGcgwblayCyD6lLOu5RMQHvmii7wN8zdi6ucxTw="; }; 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 ]; }; |
