···1415buildPythonPackage rec {
16 pname = "pyopenuv";
17- version = "2023.02.0";
18 format = "pyproject";
1920 disabled = pythonOlder "3.8";
···23 owner = "bachya";
24 repo = pname;
25 rev = "refs/tags/${version}";
26- hash = "sha256-EiTTck6hmOGSQ7LyZsbhnH1zgkH8GccejLdJaH2m0F8=";
27 };
2829 patches = [
30- # Remove asynctest, https://github.com/bachya/pyopenuv/pull/108
31- (fetchpatch {
32- name = "remove-asynctest.patch";
33- url = "https://github.com/bachya/pyopenuv/commit/af15736b0d82ef811c3f380f5da32007752644fe.patch";
34- hash = "sha256-5uQS3DoM91mhfyxLTNii3JBxwXIDK4/GwtadkVagjuw=";
35- })
36 # This patch removes references to setuptools and wheel that are no longer
37 # necessary and changes poetry to poetry-core, so that we don't need to add
38 # unnecessary nativeBuildInputs.
···1415buildPythonPackage rec {
16 pname = "pyopenuv";
17+ version = "2023.08.0";
18 format = "pyproject";
1920 disabled = pythonOlder "3.8";
···23 owner = "bachya";
24 repo = pname;
25 rev = "refs/tags/${version}";
26+ hash = "sha256-6JYYkEH873beEQf2agAF85YLSb7+n0UVzIuRz3amXpU=";
27 };
2829 patches = [
00000030 # This patch removes references to setuptools and wheel that are no longer
31 # necessary and changes poetry to poetry-core, so that we don't need to add
32 # unnecessary nativeBuildInputs.