From b5b070605efb735248c98a0fa0693e19e3eefdb9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Mar 2026 09:40:42 +0000 Subject: [PATCH] python3Packages.dbt-common: 1.37.3-unstable-2026-03-02 -> 1.37.3-unstable-2026-03-27 --- pkgs/development/python-modules/dbt-common/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dbt-common/default.nix b/pkgs/development/python-modules/dbt-common/default.nix index 4b256fd20002..4740da8e661c 100644 --- a/pkgs/development/python-modules/dbt-common/default.nix +++ b/pkgs/development/python-modules/dbt-common/default.nix @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "dbt-common"; - version = "1.37.3-unstable-2026-03-02"; + version = "1.37.3-unstable-2026-03-27"; pyproject = true; src = fetchFromGitHub { owner = "dbt-labs"; repo = "dbt-common"; - rev = "5b0fcac03a1a01e4001ef1ff75a4132cdb412886"; # They don't tag releases - hash = "sha256-b4nMtIkQ8RzBjVexwoiv+V26P/7emdSEEj58BdaggnM="; + rev = "db4a7b70486b5337bf0e387260211a418ac36936"; # They don't tag releases + hash = "sha256-FcnCg05z9yalhAU1eueZ0x+YEuAfCeYSUlecoEQvS6k="; }; build-system = [ hatchling ];