mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
python312Packages.uvloop: 0.19.0 -> 0.20.0
https://github.com/MagicStack/uvloop/releases/tag/v0.20.0
(cherry picked from commit fca63549ac)
This commit is contained in:
committed by
Fabián Heredia Montiel
parent
80f4210173
commit
713b09b71c
@@ -23,17 +23,17 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "uvloop";
|
||||
version = "0.19.0";
|
||||
version = "0.20.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Akb0/Rvyv3AuBrDUXukWd+5cMSQvOaq06m/gxRrt0P0=";
|
||||
hash = "sha256-RgPKcUp1T8jZsZfjJdslsuoEU4Xoo60F00Y95yX99Gk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
cython_0
|
||||
setuptools
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user