python3Packages.snowflake-core: 1.8.0 -> 1.11.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:55 +01:00
parent 1feaf6bff9
commit 256e12b8dc
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "snowflake-core";
version = "1.8.0";
version = "1.11.0";
pyproject = true;
src = fetchPypi {
pname = "snowflake_core";
inherit version;
hash = "sha256-ltbyxhpEvHLvoinDqM7y9KXU4sdWsA4BggyBR1M6i+w=";
hash = "sha256-qNwgnEXUE8P+DrGpOb32R6BapNkWwEJBbeljYYhVU5I=";
};
build-system = [ hatchling ];