Unverified Commit d144eddc authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pytest-mockito: 0.0.5 -> 0.0.6 (#489767)

parents 5e9b4b19 ca0b6043
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pytest-mockito";
  version = "0.0.5";
  version = "0.0.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kaste";
    repo = "pytest-mockito";
    rev = version;
    hash = "sha256-GX3esFlMtKRCTjvTPS4jrnK/mV9eIENvDXRo5sOqBGc=";
    hash = "sha256-iXL9INddGWkBTPoR1fvyeRts8JPKoyeqAmaHRBlXq2k=";
  };

  build-system = [