Skip to content

Commit

Permalink
Merge pull request #80968 from r-ryantm/auto-update/python2.7-mockito
Browse files Browse the repository at this point in the history
python27Packages.mockito: 1.2.0 -> 1.2.1
  • Loading branch information
lsix committed Feb 24, 2020
2 parents 9be3fe0 + 745750d commit 9532ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/mockito/default.nix
@@ -1,12 +1,12 @@
{ stdenv, buildPythonPackage, fetchPypi, isPy3k, funcsigs, pytest, numpy }:

buildPythonPackage rec {
version = "1.2.0";
version = "1.2.1";
pname = "mockito";

src = fetchPypi {
inherit pname version;
sha256 = "2a1cbae9d0aef4ae7586b03f2a463e8c5ba96aa937c0535ced4a5621f851feeb";
sha256 = "1ilj73bdk81v4l7ir6hbfvmslzbsxkgvz1asngbyf7w5gl2y5nyf";
};

propagatedBuildInputs = stdenv.lib.optionals (!isPy3k) [ funcsigs ];
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
description = "Spying framework";
homepage = https://github.com/kaste/mockito-python;
homepage = "https://github.com/kaste/mockito-python";
license = licenses.mit;
maintainers = [ maintainers.marsam ];
};
Expand Down

0 comments on commit 9532ca3

Please sign in to comment.