Skip to content

Commit

Permalink
python310Packages.python-benedict: 0.25.2 -> 0.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 23, 2022
1 parent b5d72fe commit a4a167f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkgs/development/python-modules/python-benedict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "python-benedict";
version = "0.25.2";
version = "0.25.3";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -29,14 +29,9 @@ buildPythonPackage rec {
owner = "fabiocaccamo";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WSsT+p23VctVt9A+WFKNHcgUHFijfT775eMF3RzaXDA=";
hash = "sha256-hvXcww2h83azvC9MnJHje3tnHpcvup709LoKoegdG4I=";
};

postPatch = ''
substituteInPlace setup.py \
--replace "mailchecker >= 4.1.0, < 5.0.0" "mailchecker >= 4.1.0"
'';

propagatedBuildInputs = [
mailchecker
phonenumbers
Expand All @@ -47,13 +42,13 @@ buildPythonPackage rec {
ftfy
orjson
requests
six
toml
xmltodict
];

checkInputs = [
pytestCheckHook
six
];

disabledTests = [
Expand Down

0 comments on commit a4a167f

Please sign in to comment.