Commit 772dcd3f authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

python312Packages.dbt-common: 1.22.0 -> 1.23.0

parent ff4ec4e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "dbt-common";
  version = "1.22.0";
  version = "1.23.0";
  pyproject = true;

  # No tags on GitHub
  src = fetchPypi {
    pname = "dbt_common";
    inherit version;
    hash = "sha256-6cdTMVCCB6SNEUsQtzKUBnKuJgwfttl7o2+zBp8Fu5g=";
    hash = "sha256-LsczRn2rTb9RVlGpNHznHkKJht3Lke1MLVCExeneouM=";
  };

  build-system = [ hatchling ];