Merge pull request #213944 from Net-Mist/clickhouse-driver

python3Packages.clickhouse-driver: 0.2.2 -> 0.2.5

authored by Weijia Wang and committed by GitHub 6fba0636 0b2cf91a

+2 -2
+2 -2
pkgs/development/python-modules/clickhouse-driver/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "clickhouse-driver"; 19 - version = "0.2.2"; 19 + version = "0.2.5"; 20 20 21 21 # pypi source doesn't contain tests 22 22 src = fetchFromGitHub { 23 23 owner = "mymarilyn"; 24 24 repo = "clickhouse-driver"; 25 25 rev = version; 26 - sha256 = "0sx4jbadx9frzhqnj8b9w9l508x1r7j7b9883h7xq93lf00rxkfz"; 26 + hash = "sha256-o5v37jPKmvUW4GFVD742nHSdO0g0z2FA4FkacbaRfNA="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [