diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-06-27 12:01:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-27 12:01:54 +0000 |
| commit | 7d004fd5eae10fe112c635bd4617d6b9c89f4792 (patch) | |
| tree | 054791210656f7ecc6ba6ba2a2905ee2189a71a5 /pkgs/development/python-modules/python-sql | |
| parent | 0fa11bf12ded26548fb07df3c84b62d4649571ff (diff) | |
| parent | e893a5d9963d259c0bc3ded31d597df9ddfe0957 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
| -rw-r--r-- | pkgs/development/python-modules/python-sql/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-sql/default.nix b/pkgs/development/python-modules/python-sql/default.nix index 783f7654d49e..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.1"; + version = "1.4.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-KkcvQLQPlFmdBi6/92BHm2NTX2LQLrnH1nGR4Iq/ctw="; + hash = "sha256-stuHXGcgwblayCyD6lLOu5RMQHvmii7wN8zdi6ucxTw="; }; nativeCheckInputs = [ |
