Unverified Commit 5950faef authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pykka: 4.4.0 -> 4.4.1 (#476693)

parents faa5211f 2564fe1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "pykka";
  version = "4.4.0";
  version = "4.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jodal";
    repo = "pykka";
    tag = "v${version}";
    hash = "sha256-OwY8EKCRuc9Tli7Q+rHieqEAYxb7KNBHiPUuycNO8J4=";
    hash = "sha256-61Dr8V2LILGNveVi6eD0OODXF/a8m8I5/H9MfyIr9Dg=";
  };

  build-system = [ hatchling ];