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

python310Packages.mockito: 1.3.5 -> 1.4.0
This commit is contained in:
Mario Rodas 2022-08-27 09:08:38 -05:00 committed by GitHub
commit acf0b3e9fc
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.5";
version = "1.4.0";
pname = "mockito";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gZko9eR1yM4NWX5wUlj7GQ+A/KflYYVojR595VhmMzc=";
sha256 = "sha256-QJq2BMnr4bt9wY7GsO2YqK1RJ7CCc/WASyL00bUeUiI=";
};
propagatedBuildInputs = lib.optionals (!isPy3k) [ funcsigs ];