mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-dotcall64: Update to 1.1-0.
* gnu/packages/cran.scm (r-dotcall64): Update to 1.1-0. Change-Id: If8cf46753e90bed40f37cc5b58715de90957c822
This commit is contained in:
parent
b72169c62f
commit
fc95476c5d
1 changed files with 2 additions and 2 deletions
|
@ -19823,14 +19823,14 @@ (define-public r-assertive
|
|||
(define-public r-dotcall64
|
||||
(package
|
||||
(name "r-dotcall64")
|
||||
(version "1.0-2")
|
||||
(version "1.1-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dotCall64" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b546z9r26q4xpr17gy2wzfych52q17sxvzydpqfp9dyxf575iz0"))))
|
||||
"1ibh2f2vcv30k1c919diw6qdmhxmvkl83k3396vy3xigbcny711l"))))
|
||||
(properties `((upstream-name . "dotCall64")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list gfortran))
|
||||
|
|
Loading…
Reference in a new issue