Merge pull request #192115 from r-ryantm/auto-update/python310Packages.db-dtypes

python310Packages.db-dtypes: 1.0.3 -> 1.0.4

authored by Fabian Affolter and committed by GitHub 68255282 84cdfb05

+2 -2
+2 -2
pkgs/development/python-modules/db-dtypes/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "db-dtypes"; 14 - version = "1.0.3"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "googleapis"; 21 repo = "python-db-dtypes-pandas"; 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-KkwXmJ9KwmslBPhBApm+bcY7Tu/J2ZK4sszBaMMDcpY="; 24 }; 25 26 propagatedBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "db-dtypes"; 14 + version = "1.0.4"; 15 format = "setuptools"; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "googleapis"; 21 repo = "python-db-dtypes-pandas"; 22 rev = "refs/tags/v${version}"; 23 + hash = "sha256-ilcVog6mhF83GVa68BppUzvKNRPdSDXla2MU6M2EzLg="; 24 }; 25 26 propagatedBuildInputs = [