Skip to content

Commit

Permalink
python312Packages.mitogen: 0.3.15 -> 0.3.16 (#353965)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 6, 2024
2 parents 4160851 + a2348d7 commit 9d1b715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mitogen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "mitogen";
version = "0.3.15";
version = "0.3.16";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mitogen-hq";
repo = "mitogen";
rev = "refs/tags/v${version}";
hash = "sha256-Zj5hVkIvKdyKLCUyXwhfDy5idH3jehmgIJNahmDdvJ4=";
hash = "sha256-Rmf4uS18J+AWyobcG7iJHCvciLyj1euvIGqlTMjxaOs=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 9d1b715

Please sign in to comment.