Skip to content

Commit

Permalink
Merge pull request NixOS#334287 from r-ryantm/auto-update/python312Pa…
Browse files Browse the repository at this point in the history
…ckages.db-dtypes

python312Packages.db-dtypes: 1.2.0 -> 1.3.0
  • Loading branch information
natsukium authored Aug 18, 2024
2 parents 397b0de + 3aee854 commit 5c82cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/db-dtypes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "db-dtypes";
version = "1.2.0";
version = "1.3.0";
pyproject = true;

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

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

propagatedBuildInputs = [
dependencies = [
numpy
packaging
pandas
Expand Down

0 comments on commit 5c82cc8

Please sign in to comment.