mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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:
parent
c455adcc42
commit
33f9896d42
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue