about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-26 20:51:12 -0500
committerGitHub <noreply@github.com>2024-02-26 20:51:12 -0500
commit2346c9a92a7a1f57dade981ad445537df63ea84a (patch)
treefc79002c2f75b7a66ebe31d50b08a9ff895ed258 /pkgs
parent719e60cc090d4e743914ec6a6d8ed9057df0b2e7 (diff)
parent859fa723f9d0ec085befbe5aa46557a394705b92 (diff)
Merge pull request #291688 from r-ryantm/auto-update/python312Packages.dbt-semantic-interfaces
python312Packages.dbt-semantic-interfaces: 0.4.3 -> 0.4.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/dbt-semantic-interfaces/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix b/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
index f569f24757a25..a51cb07f099c2 100644
--- a/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
+++ b/pkgs/development/python-modules/dbt-semantic-interfaces/default.nix
@@ -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 = [