Merge pull request #275943 from r-ryantm/auto-update/python310Packages.pyopenuv

python310Packages.pyopenuv: 2023.11.0 -> 2023.12.0
This commit is contained in:
Fabian Affolter 2023-12-22 08:40:48 +01:00 committed by GitHub
commit 0256efee0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyopenuv";
version = "2023.11.0";
version = "2023.12.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = "pyopenuv";
rev = "refs/tags/${version}";
hash = "sha256-qlyKLovM0h3iWvhGecaFPswnchZXPNkr0PbSqK2UW0c=";
hash = "sha256-r+StbiU77/1dz41tCseleIWjiIvuvRveVgPNr3n4CEY=";
};
nativeBuildInputs = [