nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.mitogen: 0.3.27 -> 0.3.29

Diff: https://github.com/mitogen-hq/mitogen/compare/v0.3.27...v0.3.29

Changelog: https://github.com/mitogen-hq/mitogen/blob/v0.3.29/docs/changelog.rst

+2 -2
+2 -2
pkgs/development/python-modules/mitogen/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "mitogen"; 11 - version = "0.3.27"; 11 + version = "0.3.29"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "mitogen-hq"; 18 18 repo = "mitogen"; 19 19 tag = "v${version}"; 20 - hash = "sha256-vW3OgVFu9xw45g9Idurb2feguH8AhY7qcWbF9nXjLLw="; 20 + hash = "sha256-j2VT46bYi9lmFKNNCHshs56b2HqqvfpEDBHnaHvfYgY="; 21 21 }; 22 22 23 23 build-system = [ setuptools ];