From 3628bb4809888d1cedcd2bb3bda9ecd12f2c2bb5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:15:45 +0100 Subject: [PATCH] python3Packages.harlequin-bigquery: 1.0.2 -> 1.0.3 --- .../development/python-modules/harlequin-bigquery/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/harlequin-bigquery/default.nix b/pkgs/development/python-modules/harlequin-bigquery/default.nix index e43e00a4b3b2..677e566c2def 100644 --- a/pkgs/development/python-modules/harlequin-bigquery/default.nix +++ b/pkgs/development/python-modules/harlequin-bigquery/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "harlequin-bigquery"; - version = "1.0.2"; + version = "1.0.3"; pyproject = true; src = fetchPypi { pname = "harlequin_bigquery"; inherit version; - hash = "sha256-uIPYhK4R6N7pqsKY2GozkG76WI+gru2unsK5BxO4+/Y="; + hash = "sha256-jdDwmfiU7x4zl4hg12evrPqLEzPB2M8/1HN4d0N1EJQ="; }; build-system = [