python312Packages.snowflake-connector-python: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2024-04-10 11:52:12 +00:00
parent c81c241415
commit dce04b381e
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "snowflake-connector-python";
version = "3.8.0";
version = "3.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-tbXoXQK0NIofLWxn30gpqjOHlnsBM9K3+jHRkNBgnDE=";
hash = "sha256-m8zhoNniEs7s9F7c6gLRjiBalfiMwEcK2kqLrLVCR9U=";
};
build-system = [