python310Packages.db-dtypes: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2022-06-09 14:55:57 +00:00
parent 1191f8391f
commit 9ce8940590

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "db-dtypes";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-db-dtypes-pandas";
rev = "v${version}";
hash = "sha256-T/cyJ0PY5p/y8CKrmeAa9nvnuRs4hd2UKiYiMHLaa7A=";
rev = "refs/tags/v${version}";
hash = "sha256-LLKhYLzGUQRx4ciWv1TilYvTOO0sj6rdkPlJLPZ8VXA=";
};
propagatedBuildInputs = [