Skip to content

Commit

Permalink
python311Packages.python-sql: 1.4.2 -> 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 31, 2023
1 parent 01962ad commit e891cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-sql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "python-sql";
version = "1.4.2";
version = "1.4.3";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-stuHXGcgwblayCyD6lLOu5RMQHvmii7wN8zdi6ucxTw=";
hash = "sha256-YmC+/4NaNdOgrsTx2jUbC+nKoaDZSmy6lAp82Nz2Ymk=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit e891cb7

Please sign in to comment.