lol

python313Packages.python-benedict: 0.34.1 -> 0.35.0 (#447920)

authored by

Fabian Affolter and committed by
GitHub
db030e5a 970bc2a0

+5 -6
+5 -6
pkgs/development/python-modules/python-benedict/default.nix
··· 14 14 python-decouple, 15 15 python-fsutil, 16 16 python-slugify, 17 - pythonOlder, 18 17 pyyaml, 19 18 requests, 20 19 setuptools, 21 20 toml, 21 + useful-types, 22 22 xlrd, 23 23 xmltodict, 24 24 }: 25 25 26 26 buildPythonPackage rec { 27 27 pname = "python-benedict"; 28 - version = "0.34.1"; 28 + version = "0.35.0"; 29 29 pyproject = true; 30 30 31 - disabled = pythonOlder "3.10"; 32 - 33 31 src = fetchFromGitHub { 34 32 owner = "fabiocaccamo"; 35 33 repo = "python-benedict"; 36 34 tag = version; 37 - hash = "sha256-ffmyTVeQKzV/sssxFuIckmBW6wmjnTWkHbVQ1v7fmGg="; 35 + hash = "sha256-b9tAK500Hr2flYI82weNMCM88d6b5+Oz9HgvBDaqNZw="; 38 36 }; 39 37 40 38 pythonRelaxDeps = [ "boto3" ]; ··· 45 43 python-fsutil 46 44 python-slugify 47 45 requests 46 + useful-types 48 47 ]; 49 48 50 49 optional-dependencies = { ··· 116 115 meta = with lib; { 117 116 description = "Module with keylist/keypath support"; 118 117 homepage = "https://github.com/fabiocaccamo/python-benedict"; 119 - changelog = "https://github.com/fabiocaccamo/python-benedict/blob/${version}/CHANGELOG.md"; 118 + changelog = "https://github.com/fabiocaccamo/python-benedict/blob/${src.tag}/CHANGELOG.md"; 120 119 license = licenses.mit; 121 120 maintainers = with maintainers; [ fab ]; 122 121 };