python3Packages.dbt-protos: 1.0.434 -> 1.0.455

This commit is contained in:
R. Ryantm
2026-04-05 07:57:02 +00:00
parent 62e75c8fa0
commit 37d7459378
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "dbt-protos";
version = "1.0.434";
version = "1.0.455";
pyproject = true;
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "proto-python-public";
tag = "v${version}";
hash = "sha256-sKPPiGL836YB2hIbcmqEC7LXAqYzvXO2a+1dFDVIm0w=";
hash = "sha256-o0H5sGXVxiZgc9Vdwgd5IUlzqHRqSuYbkwI/R9M8uY8=";
};
build-system = [