diff --git a/pkgs/development/python-modules/arpeggio/default.nix b/pkgs/development/python-modules/arpeggio/default.nix index cd98f61d4e52..da31dac82103 100644 --- a/pkgs/development/python-modules/arpeggio/default.nix +++ b/pkgs/development/python-modules/arpeggio/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "arpeggio"; - version = "2.0.2"; + version = "2.0.3"; format = "setuptools"; src = fetchPypi { pname = "Arpeggio"; inherit version; - hash = "sha256-x5CysG4ibS3UaOT7+1t/UGzsZkFgMf3hRBzx3ioLpwA="; + hash = "sha256-noWtNc/GyThnaBfHrpoQAKfHKjTHHbDGhxNsRg0SuF4="; }; nativeCheckInputs = [ pytestCheckHook ];