diff options
Diffstat (limited to 'pkgs/development/python-modules/amcrest/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/amcrest/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/python-modules/amcrest/default.nix b/pkgs/development/python-modules/amcrest/default.nix index 29fe6af659f1..b3fd5616ea92 100644 --- a/pkgs/development/python-modules/amcrest/default.nix +++ b/pkgs/development/python-modules/amcrest/default.nix @@ -16,22 +16,22 @@ buildPythonPackage rec { pname = "amcrest"; - version = "1.9.8"; + version = "1.9.9"; pyproject = true; src = fetchFromGitHub { owner = "tchellomello"; repo = "python-amcrest"; tag = version; - hash = "sha256-v0jWEZo06vltEq//suGrvJ/AeeDxUG5CCFhbf03q34w="; + hash = "sha256-UPxs/sL8ZpUf29fpQFnLY4tV7qSQIxm0UVSl6Pm1dAY="; }; patches = [ (fetchpatch2 { - # https://github.com/tchellomello/python-amcrest/pull/235 - name = "replace-distutils.patch"; - url = "https://github.com/tchellomello/python-amcrest/commit/ec56049c0f5b49bc4c5bcf0acb7fea89ec1c1df4.patch"; - hash = "sha256-ym+Bn795y+JqhNMk4NPnOVr3DwO9DkUV0d9LEaz3CMo="; + # https://github.com/tchellomello/python-amcrest/pull/240 + name = "distutils-str2bool.patch"; + url = "https://github.com/tchellomello/python-amcrest/commit/9cced67d643da6c33d92e85dde22e01b44fb0936.patch"; + hash = "sha256-i9UeYo43Eiwz06KfWyVQUPTLCJLmMjjNcjA7ZQcPIqQ="; }) ]; |
