lol

python3Packages.arpeggio: 2.0.2 -> 2.0.3 (#445530)

authored by

Nick Cao and committed by
GitHub
be6b2f08 003e1783

+2 -2
+2 -2
pkgs/development/python-modules/arpeggio/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "arpeggio"; 10 - version = "2.0.2"; 10 + version = "2.0.3"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 pname = "Arpeggio"; 15 15 inherit version; 16 - hash = "sha256-x5CysG4ibS3UaOT7+1t/UGzsZkFgMf3hRBzx3ioLpwA="; 16 + hash = "sha256-noWtNc/GyThnaBfHrpoQAKfHKjTHHbDGhxNsRg0SuF4="; 17 17 }; 18 18 19 19 nativeCheckInputs = [ pytestCheckHook ];