1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

pythonPackages.llvmlite: 0.12.1 -> 0.13.0

This commit is contained in:
Frederik Rietdijk 2016-08-30 18:38:27 +02:00
parent 433681b1fc
commit 31229ab3eb

View file

@ -12791,19 +12791,19 @@ in modules // {
};
};
llvmlite = buildPythonPackage rec {
llvmlite = let
llvm = pkgs.llvm_38;
in buildPythonPackage rec {
name = "llvmlite-${version}";
version = "0.12.1";
version = "0.13.0";
disabled = isPyPy;
src = pkgs.fetchurl {
url = "mirror://pypi/l/llvmlite/${name}.tar.gz";
sha256 = "3ce71beebd4cbc7a49abe4eadfc99725477fd43caeb7405650ebb746c7a1d0df";
sha256 = "f852be3391acb2e77ef484c5d0ff90e7cf2821dcf9575e358a1f08c274c582eb";
};
llvm = pkgs.llvm_37;
propagatedBuildInputs = with self; [ llvm ] ++ optional (pythonOlder "3.4") enum34;
# Disable static linking