python3Packages.harlequin-postgres: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-04-21 18:58:56 +00:00
parent dd1fb03f1b
commit da75c3d6f9
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "harlequin-postgres";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
src = fetchPypi {
pname = "harlequin_postgres";
inherit version;
hash = "sha256-01MllGk8dFeWtbpENCGGYs4/nlq7aLLkFZqCXGLrN4s=";
hash = "sha256-Jdy3PpfN+xfDvP3DFGQYqY/xHOaPalH7GyUyLqydUiM=";
};
build-system = [