Unverified Commit 7c7c7045 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.harlequin-postgres: 1.2.0 -> 1.2.2 (#445353)

parents d27b25d3 6159eb10
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 = [