arb: 2.16.0 -> 2.17.0
* arb: 2.16.0 -> 2.17.0 (#71489) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/arb/versions * arb: add meta.homepage
This commit is contained in:
parent
c747894638
commit
dd03c2d78b
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchFromGitHub, mpir, gmp, mpfr, flint}:
|
{stdenv, fetchFromGitHub, mpir, gmp, mpfr, flint}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "arb";
|
pname = "arb";
|
||||||
version = "2.16.0";
|
version = "2.17.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fredrik-johansson";
|
owner = "fredrik-johansson";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0478671wfwy3gl26sbxh1jq1ih36z4k72waa8y2y2lvn649gb7cd";
|
sha256 = "05lpy3hkl5f8ik19aw40cqydrb932xaf2n8hbq9ib5dnk7f010p1";
|
||||||
};
|
};
|
||||||
buildInputs = [mpir gmp mpfr flint];
|
buildInputs = [mpir gmp mpfr flint];
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = ''A library for arbitrary-precision interval arithmetic'';
|
description = ''A library for arbitrary-precision interval arithmetic'';
|
||||||
|
homepage = "http://arblib.org/";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
maintainers = with maintainers; [ raskin timokau ];
|
maintainers = with maintainers; [ raskin timokau ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
|
Loading…
Reference in New Issue
Block a user