lol

python3Packages.harlequin-bigquery: 1.0.2 -> 1.0.3

+2 -2
+2 -2
pkgs/development/python-modules/harlequin-bigquery/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "harlequin-bigquery"; 12 - version = "1.0.2"; 12 + version = "1.0.3"; 13 13 pyproject = true; 14 14 15 15 src = fetchPypi { 16 16 pname = "harlequin_bigquery"; 17 17 inherit version; 18 - hash = "sha256-uIPYhK4R6N7pqsKY2GozkG76WI+gru2unsK5BxO4+/Y="; 18 + hash = "sha256-jdDwmfiU7x4zl4hg12evrPqLEzPB2M8/1HN4d0N1EJQ="; 19 19 }; 20 20 21 21 build-system = [