Merge pull request #260153 from fabaff/pyopenuv-bump

python311Packages.pyopenuv: 2023.02.0 -> 2023.08.0

authored by

Fabian Affolter and committed by
GitHub
21de4a64 80aad997

+2 -8
+2 -8
pkgs/development/python-modules/pyopenuv/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "pyopenuv"; 17 - version = "2023.02.0"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.8"; ··· 23 owner = "bachya"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-EiTTck6hmOGSQ7LyZsbhnH1zgkH8GccejLdJaH2m0F8="; 27 }; 28 29 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.
··· 14 15 buildPythonPackage rec { 16 pname = "pyopenuv"; 17 + version = "2023.08.0"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.8"; ··· 23 owner = "bachya"; 24 repo = pname; 25 rev = "refs/tags/${version}"; 26 + hash = "sha256-6JYYkEH873beEQf2agAF85YLSb7+n0UVzIuRz3amXpU="; 27 }; 28 29 patches = [ 30 # 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.