Skip to content

Commit 19fd465

Browse files
authored
python312Packages.python-benedict: 0.33.2 -> 0.34.0 (#349594)
2 parents 50e6521 + d5c9d7c commit 19fd465

File tree

1 file changed

+5
-7
lines changed
  • pkgs/development/python-modules/python-benedict

1 file changed

+5
-7
lines changed

pkgs/development/python-modules/python-benedict/default.nix

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,23 @@
2525

2626
buildPythonPackage rec {
2727
pname = "python-benedict";
28-
version = "0.33.2";
28+
version = "0.34.0";
2929
pyproject = true;
3030

31-
disabled = pythonOlder "3.7";
31+
disabled = pythonOlder "3.10";
3232

3333
src = fetchFromGitHub {
3434
owner = "fabiocaccamo";
3535
repo = "python-benedict";
3636
rev = "refs/tags/${version}";
37-
hash = "sha256-1/eLJFXACn1W5Yz43BIhdqqUVk3t9285d8aLwH+VmAE=";
37+
hash = "sha256-HQ9VVgRfF5qA36yOyKT63gXuKNLLjouqYKz5EuqGA2E=";
3838
};
3939

4040
pythonRelaxDeps = [ "boto3" ];
4141

42-
nativeBuildInputs = [
43-
setuptools
44-
];
42+
build-system = [ setuptools ];
4543

46-
propagatedBuildInputs = [
44+
dependencies = [
4745
python-fsutil
4846
python-slugify
4947
requests

0 commit comments

Comments
 (0)