Merge pull request #69878 from r-ryantm/auto-update/python3.7-mox3

python37Packages.mox3: 0.26.0 -> 0.28.0
This commit is contained in:
Mario Rodas 2019-09-28 14:08:11 -05:00 committed by GitHub
commit 147d0b3c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mox3"; pname = "mox3";
version = "0.26.0"; version = "0.28.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b13c0b8459d6fb0688f9a4e70feeec43fa2cca05b727fc01156789596e083bb1"; sha256 = "17d4vglb71s96hhi6d30vnkr7g1pahv95igc4sjv857qf278d540";
}; };
buildInputs = [ subunit testrepository testtools six ]; buildInputs = [ subunit testrepository testtools six ];