3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #154211 from lovesegfault/gmpy2-2.1.2

This commit is contained in:
Bernardo Meurer 2022-01-10 04:50:01 +00:00 committed by GitHub
commit e90cc18e09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
let
pname = "gmpy2";
version = "2.1.0b5";
version = "2.1.2";
in
buildPythonPackage {
@ -21,11 +21,13 @@ buildPythonPackage {
owner = "aleaxit";
repo = "gmpy";
rev = "gmpy2-${version}";
sha256 = "1mqzyp7qwqqyk6jbicgx22svdy2106xwhmhfvdf0vpnmwswcxclb";
sha256 = "sha256-ARCttNzRA+Ji2j2NYaSCDXgvoEg01T9BnYadyqON2o0=";
};
buildInputs = [ gmp mpfr libmpc ];
pythonImportsCheck = [ "gmpy2" ];
meta = with lib; {
description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x";
homepage = "https://github.com/aleaxit/gmpy/";