Unverified Commit 61f9db7f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.python-hcl2: 4.3.5 -> 5.0.0 (#347140)

parents db3b2a95 5692ac51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "python-hcl2";
  version = "4.3.5";
  version = "5.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "amplify-education";
    repo = "python-hcl2";
    rev = "refs/tags/v${version}";
    hash = "sha256-Pz1FS1g0OYSThpxFcs6UCOAzGnF4kOuRwhx2KIl9sv4=";
    hash = "sha256-aUPjW3yQci5aG85qIRHPiKiX01cFw8jWKJY5RuRATvQ=";
  };

  disabled = pythonOlder "3.7";