mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.llvmlite: 0.46.0 -> 0.47.0
https://github.com/numba/llvmlite/blob/v0.47.0/CHANGE_LOG
This commit is contained in:
parent
0d33bcce4e
commit
3c13010a19
1 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +1,8 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
isPyPy,
|
||||
pythonAtLeast,
|
||||
|
||||
setuptools,
|
||||
|
||||
|
|
@ -26,7 +24,7 @@ in
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "llvmlite";
|
||||
version = "0.46.0";
|
||||
version = "0.47.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = isPyPy;
|
||||
|
|
@ -35,7 +33,7 @@ buildPythonPackage rec {
|
|||
owner = "numba";
|
||||
repo = "llvmlite";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-mQFNfcOLmFYvYQGcgLi7G6iJDoTCm7hJfPh5hH9jPGc=";
|
||||
hash = "sha256-YEIdIdbk19JHYtgL2gWjnAUYu13CH+7ikoyBUkOPpws=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue