Merge pull request #187395 from r-ryantm/auto-update/python310Packages.mockito

python310Packages.mockito: 1.3.4 -> 1.3.5
This commit is contained in:
Mario Rodas 2022-08-20 01:11:56 -05:00 committed by GitHub
commit 656026c741
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k, funcsigs, pytest, numpy }:
buildPythonPackage rec {
version = "1.3.4";
version = "1.3.5";
pname = "mockito";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-RdJibODIxwY8xE8Gox9X1B0kHvLsm9pAMtULOedZXrE=";
sha256 = "sha256-gZko9eR1yM4NWX5wUlj7GQ+A/KflYYVojR595VhmMzc=";
};
propagatedBuildInputs = lib.optionals (!isPy3k) [ funcsigs ];