We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 397b0de + 3aee854 commit 5c82cc8Copy full SHA for 5c82cc8
pkgs/development/python-modules/db-dtypes/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "db-dtypes";
16
- version = "1.2.0";
+ version = "1.3.0";
17
pyproject = true;
18
19
disabled = pythonOlder "3.7";
@@ -22,12 +22,12 @@ buildPythonPackage rec {
22
owner = "googleapis";
23
repo = "python-db-dtypes-pandas";
24
rev = "refs/tags/v${version}";
25
- hash = "sha256-FVRqh30mYVfC8zuhPteuvqGYGTp3PW+pi1bquUjYFAg=";
+ hash = "sha256-DjLgzJ/OivrhHJQGBkIiRNJyi5xWLFp9nBEetD8H0YY=";
26
};
27
28
- nativeBuildInputs = [ setuptools ];
+ build-system = [ setuptools ];
29
30
- propagatedBuildInputs = [
+ dependencies = [
31
numpy
32
packaging
33
pandas
0 commit comments