Commit 6159eb10 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.harlequin-postgres: 1.2.0 -> 1.2.2

parent d0eb1f66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "harlequin-postgres";
  version = "1.2.0";
  version = "1.2.2";
  pyproject = true;

  src = fetchPypi {
    pname = "harlequin_postgres";
    inherit version;
    hash = "sha256-9US0aaXP2F+UVM9pY43KpnB05KC0/uDxrpZAYOJ+RR0=";
    hash = "sha256-u/x8Jx1yfUtFSYX6oyvOZJmdPWbaOkFn3OGQdqxyK8A=";
  };

  build-system = [