[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: mpc: Update to 1.2.1.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: mpc: Update to 1.2.1. |
Date: |
Fri, 23 Oct 2020 07:43:24 -0400 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 1cbee05 gnu: mpc: Update to 1.2.1.
1cbee05 is described below
commit 1cbee05685bf83b573c156aeddc61c66869a1fd6
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Oct 23 13:40:55 2020 +0200
gnu: mpc: Update to 1.2.1.
* gnu/packages/multiprecision.scm (mpc): Update to 1.2.1.
---
gnu/packages/multiprecision.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index c1880e3..32996dc 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -134,14 +134,14 @@ correct rounding.")
(define-public mpc
(package
(name "mpc")
- (version "1.1.0")
+ (version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://gnu/mpc/mpc-" version ".tar.gz"))
(sha256
(base32
- "0biwnhjm3rx3hc0rfpvyniky4lpzsvdcwhmcn7f0h4iw2hwcb1b9"))))
+ "0n846hqfqvmsmim7qdlms0qr86f1hck19p12nq3g3z2x74n3sl0p"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: mpc: Update to 1.2.1.,
guix-commits <=