Unverified Commit 19fd4653 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.python-benedict: 0.33.2 -> 0.34.0 (#349594)

parents 50e65219 d5c9d7c5
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -25,25 +25,23 @@

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

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "fabiocaccamo";
    repo = "python-benedict";
    rev = "refs/tags/${version}";
    hash = "sha256-1/eLJFXACn1W5Yz43BIhdqqUVk3t9285d8aLwH+VmAE=";
    hash = "sha256-HQ9VVgRfF5qA36yOyKT63gXuKNLLjouqYKz5EuqGA2E=";
  };

  pythonRelaxDeps = [ "boto3" ];

  nativeBuildInputs = [
    setuptools
  ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    python-fsutil
    python-slugify
    requests