tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.harlequin-bigquery: 1.0.2 -> 1.0.3
Martin Weinelt
1 year ago
3628bb48
baf9981c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
harlequin-bigquery
default.nix
+2
-2
pkgs/development/python-modules/harlequin-bigquery/default.nix
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "harlequin-bigquery";
12
12
-
version = "1.0.2";
12
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
18
-
hash = "sha256-uIPYhK4R6N7pqsKY2GozkG76WI+gru2unsK5BxO4+/Y=";
18
18
+
hash = "sha256-jdDwmfiU7x4zl4hg12evrPqLEzPB2M8/1HN4d0N1EJQ=";
19
19
};
20
20
21
21
build-system = [