Unverified Commit 02b3d427 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.harlequin-postgres: 1.1.1 -> 1.2.0 (#388666)

parents 92f91978 638d8a5c
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.1.1";
  version = "1.2.0";
  pyproject = true;

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

  build-system = [