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 {
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