Merge pull request #175798 from SuperSandro2000/python310Packages.db-dtypes

python310Packages.db-dtypes: 1.0.0 -> 1.0.1

authored by Sandro and committed by GitHub edf7d856 6f32fad6

+2 -10
+2 -10
pkgs/development/python-modules/db-dtypes/default.nix
··· 1 { lib 2 , buildPythonPackage 3 - , fetchpatch 4 , fetchFromGitHub 5 , numpy 6 , packaging ··· 11 12 buildPythonPackage rec { 13 pname = "db-dtypes"; 14 - version = "1.0.0"; 15 16 src = fetchFromGitHub { 17 owner = "googleapis"; 18 repo = "python-db-dtypes-pandas"; 19 rev = "v${version}"; 20 - hash = "sha256-7u/E0ICiz7LQfuplm/mkGlWrgGEPqeMwM3CUhfH6868="; 21 }; 22 - 23 - patches = [ 24 - (fetchpatch { 25 - url = "https://github.com/googleapis/python-db-dtypes-pandas/commit/fb30adfd427d3df9919df00b096210ba1eb1b91d.patch"; 26 - sha256 = "sha256-39kZtYGbn3U1WXiDTczki5EM6SjUlSRXz8UMcdTU20g="; 27 - }) 28 - ]; 29 30 propagatedBuildInputs = [ 31 numpy
··· 1 { lib 2 , buildPythonPackage 3 , fetchFromGitHub 4 , numpy 5 , packaging ··· 10 11 buildPythonPackage rec { 12 pname = "db-dtypes"; 13 + version = "1.0.1"; 14 15 src = fetchFromGitHub { 16 owner = "googleapis"; 17 repo = "python-db-dtypes-pandas"; 18 rev = "v${version}"; 19 + hash = "sha256-T/cyJ0PY5p/y8CKrmeAa9nvnuRs4hd2UKiYiMHLaa7A="; 20 }; 21 22 propagatedBuildInputs = [ 23 numpy