python37Packages.mox3: 0.26.0 -> 0.28.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mox3/versions
This commit is contained in:
R. RyanTM 2019-09-28 10:39:34 -07:00
parent c455adcc42
commit 33f9896d42

View File

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