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

This commit is contained in:
Nick Cao
2025-09-23 20:35:35 +00:00
committed by GitHub
@@ -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 ];