Unverified Commit be6b2f08 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 003e1783 f8ab16ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];