File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
pkgs/development/python-modules/python-benedict Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2525
2626buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments