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

This commit is contained in:
OTABI Tomoya 2024-10-19 10:59:12 +09:00 committed by GitHub
commit 19fd4653e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,25 +25,23 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-benedict"; pname = "python-benedict";
version = "0.33.2"; version = "0.34.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fabiocaccamo"; owner = "fabiocaccamo";
repo = "python-benedict"; repo = "python-benedict";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-1/eLJFXACn1W5Yz43BIhdqqUVk3t9285d8aLwH+VmAE="; hash = "sha256-HQ9VVgRfF5qA36yOyKT63gXuKNLLjouqYKz5EuqGA2E=";
}; };
pythonRelaxDeps = [ "boto3" ]; pythonRelaxDeps = [ "boto3" ];
nativeBuildInputs = [ build-system = [ setuptools ];
setuptools
];
propagatedBuildInputs = [ dependencies = [
python-fsutil python-fsutil
python-slugify python-slugify
requests requests