[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/174: gnu: r-gmp: Update to 0.7-2.
From: |
guix-commits |
Subject: |
12/174: gnu: r-gmp: Update to 0.7-2. |
Date: |
Wed, 12 Jul 2023 08:30:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 64b18f328273993b47ee1209626cb4d604fb8ccf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 23:30:41 2023 +0200
gnu: r-gmp: Update to 0.7-2.
* gnu/packages/cran.scm (r-gmp): Update to 0.7-2.
[arguments]: Remove obsolete build phase.
[properties]: Tell updater that "gmp" is an extra input.
---
gnu/packages/cran.scm | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index abe48c0203..34d1fa3521 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18630,20 +18630,17 @@ preparing, executing, and processing HTTP requests.")
(define-public r-gmp
(package
(name "r-gmp")
- (version "0.7-1")
+ (version "0.7-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
- "1djxhc4v874asmrj8qy054779wsq499f5f2wc6vmr40qab33v1x6"))))
+ "12rd0j3sawzipfz4xr3ikrxrjabpjp4s3y4ikvk16z8rhjs2i5bw"))))
+ (properties
+ '((updater-extra-inputs . ("gmp"))))
(build-system r-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'set-CC
- (lambda _ (setenv "CC" "gcc") #t)))))
(inputs (list gmp))
(home-page "https://cran.r-project.org/web/packages/gmp")
(synopsis "Multiple precision arithmetic")
- branch master updated (4a027d2b0e -> f2f27c4952), guix-commits, 2023/07/12
- 05/174: gnu: r-plotly: Update to 4.10.2., guix-commits, 2023/07/12
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/12
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/12
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/12
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/12
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2.,
guix-commits <=
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33., guix-commits, 2023/07/12
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/12
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/12
- 15/174: gnu: r-terra: Update to 1.7-39., guix-commits, 2023/07/12
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/12