Skip to content

Commit

Permalink
Merge pull request NixOS#184170 from r-ryantm/auto-update/python3.10-…
Browse files Browse the repository at this point in the history
…nose2

python310Packages.nose2: 0.11.0 -> 0.12.0
  • Loading branch information
Mic92 authored Jul 31, 2022
2 parents 21f29cb + 776957c commit 6fde970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nose2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "nose2";
version = "0.11.0";
version = "0.12.0";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-bSCNfW7J+dVcdNrIHJOUvDkG2++BqMpUILK5t/jmnek=";
hash = "sha256-lW55ub1VjuCLYgDAWtLHZGW344YMDAU3aGCJKFwyARM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6fde970

Please sign in to comment.