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

Configure Feed

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

python310Packages.mitogen: 0.3.2 -> 0.3.3

+2 -2
+2 -2
pkgs/development/python-modules/mitogen/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "mitogen"; 9 - version = "0.3.2"; 9 + version = "0.3.3"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; ··· 15 15 owner = "mitogen-hq"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-ACd1z9h9RLu6Kho59L2YkXkLtBEywYbO+drUvoZaVlg="; 18 + sha256 = "sha256-cx0q2Y9A6UzpdD1kuGBtXIs9oBGFpkIyvPfN2hj+A1g="; 19 19 }; 20 20 21 21 # Tests require network access and Docker support