python3Packages.dbt-protos: 1.0.431 -> 1.0.434

This commit is contained in:
R. Ryantm
2026-02-14 21:53:25 +00:00
parent 5ba790ef76
commit 5d886ea768
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "dbt-protos";
version = "1.0.431";
version = "1.0.434";
pyproject = true;
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "proto-python-public";
tag = "v${version}";
hash = "sha256-+aV/0668LOmMdUpjt8AIfSIHf2sohwmxQuo3DO6fvFY=";
hash = "sha256-sKPPiGL836YB2hIbcmqEC7LXAqYzvXO2a+1dFDVIm0w=";
};
build-system = [