Skip to content

Commit

Permalink
python3Packages.sqlparse: 0.4.2 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 5, 2023
1 parent 3719a7b commit 539f174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sqlparse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "sqlparse";
version = "0.4.2";
version = "0.4.3";

disabled = !isPy3k;

src = fetchPypi {
inherit pname version;
sha256 = "0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae";
sha256 = "sha256-acqASEa7EU0uw4DkNgqKNA24PwzPOvzusUBN8Cj1cmg=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 539f174

Please sign in to comment.