Merge pull request #291688 from r-ryantm/auto-update/python312Packages.dbt-semantic-interfaces

python312Packages.dbt-semantic-interfaces: 0.4.3 -> 0.4.4
This commit is contained in:
Nick Cao 2024-02-26 20:51:12 -05:00 committed by GitHub
commit 2346c9a92a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "dbt-semantic-interfaces";
version = "0.4.3";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "dbt-labs";
repo = "dbt-semantic-interfaces";
rev = "refs/tags/v${version}";
hash = "sha256-mYAOAi0Qb89zp4o7vRdR7fw7vrlXt1TFVqGR09QcRSA=";
hash = "sha256-uvwcnOKjwxEmA+/QRGSRofpoE4jZzmE02mGSDLINrJw=";
};
nativeBuildInputs = [