mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-dotcall64: Update to 1.1-1.
* gnu/packages/cran.scm (r-dotcall64): Update to 1.1-1. Change-Id: I0ec529c773c90ba0d69ced8fb3ecb624d3e76624
This commit is contained in:
parent
845497e8f5
commit
1c19245ebc
1 changed files with 2 additions and 2 deletions
|
@ -20350,14 +20350,14 @@ (define-public r-assertive
|
|||
(define-public r-dotcall64
|
||||
(package
|
||||
(name "r-dotcall64")
|
||||
(version "1.1-0")
|
||||
(version "1.1-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dotCall64" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ibh2f2vcv30k1c919diw6qdmhxmvkl83k3396vy3xigbcny711l"))))
|
||||
"06y9y9m5prjvqlprqpanbamgr6jkw27wj7nnha5ayyn08zbxgf11"))))
|
||||
(properties `((upstream-name . "dotCall64")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue