Skip to content

Commit 5c82cc8

Browse files
authored
Merge pull request #334287 from r-ryantm/auto-update/python312Packages.db-dtypes
python312Packages.db-dtypes: 1.2.0 -> 1.3.0
2 parents 397b0de + 3aee854 commit 5c82cc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/db-dtypes/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "db-dtypes";
16-
version = "1.2.0";
16+
version = "1.3.0";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.7";
@@ -22,12 +22,12 @@ buildPythonPackage rec {
2222
owner = "googleapis";
2323
repo = "python-db-dtypes-pandas";
2424
rev = "refs/tags/v${version}";
25-
hash = "sha256-FVRqh30mYVfC8zuhPteuvqGYGTp3PW+pi1bquUjYFAg=";
25+
hash = "sha256-DjLgzJ/OivrhHJQGBkIiRNJyi5xWLFp9nBEetD8H0YY=";
2626
};
2727

28-
nativeBuildInputs = [ setuptools ];
28+
build-system = [ setuptools ];
2929

30-
propagatedBuildInputs = [
30+
dependencies = [
3131
numpy
3232
packaging
3333
pandas

0 commit comments

Comments
 (0)