python3Packages.gmypy2: 2.1.0b5 -> 2.1.2

This commit is contained in:
Bernardo Meurer 2022-01-09 21:38:03 -03:00
parent 2ac65dd85b
commit 5d264ed80e
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

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/";