summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-22 19:54:35 +0000
committerdavidovski <david@davidovski.xyz>2022-01-22 19:54:35 +0000
commit9d151309511afad8a42c3e53af16ce443faa0026 (patch)
tree0938c9470492c5ddaeead4912c617492b64fe2d0
parent0f0896fbc6580c8473216e989f4ee29bf3e4af1a (diff)
updated mpc
-rw-r--r--repo/devel/mpc.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/mpc.xibuild b/repo/devel/mpc.xibuild
index 1dc2157..70b4e2e 100644
--- a/repo/devel/mpc.xibuild
+++ b/repo/devel/mpc.xibuild
@@ -3,7 +3,7 @@
MAKEDEPS=(make )
DEPS=(mpfr)
-PKG_VER=1.2.0
+PKG_VER=1.2.1
SOURCE=http://www.multiprecision.org/downloads/mpc-$PKG_VER.tar.gz
DESC="Library for the arithmetic of complex numbers with arbitrarily high precision"