Unverified Commit edc63aab authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.python-benedict: 0.34.0 -> 0.34.1 (#374974)

parents 887069a3 dcbd73f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

buildPythonPackage rec {
  pname = "python-benedict";
  version = "0.34.0";
  version = "0.34.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    owner = "fabiocaccamo";
    repo = "python-benedict";
    tag = version;
    hash = "sha256-HQ9VVgRfF5qA36yOyKT63gXuKNLLjouqYKz5EuqGA2E=";
    hash = "sha256-ffmyTVeQKzV/sssxFuIckmBW6wmjnTWkHbVQ1v7fmGg=";
  };

  pythonRelaxDeps = [ "boto3" ];