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

Configure Feed

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

python3Packages.pykka: 4.3.0 -> 4.4.0 (#447330)

authored by

Fabian Affolter and committed by
GitHub
84447cb7 822b5636

+2 -2
+2 -2
pkgs/development/python-modules/pykka/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pykka"; 14 - version = "4.3.0"; 14 + version = "4.4.0"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "jodal"; 19 19 repo = "pykka"; 20 20 tag = "v${version}"; 21 - hash = "sha256-xCvWqWThsi78S9DW4ssz0gezb0RFGlqW2W8oMxkNc+E="; 21 + hash = "sha256-OwY8EKCRuc9Tli7Q+rHieqEAYxb7KNBHiPUuycNO8J4="; 22 22 }; 23 23 24 24 build-system = [ hatchling ];