mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: r-dotcall64: Update to 1.0-1.
* gnu/packages/cran.scm (r-dotcall64): Update to 1.0-1.
This commit is contained in:
parent
b63f13b59f
commit
690940cc53
1 changed files with 2 additions and 2 deletions
|
@ -13164,14 +13164,14 @@ (define-public r-assertive
|
||||||
(define-public r-dotcall64
|
(define-public r-dotcall64
|
||||||
(package
|
(package
|
||||||
(name "r-dotcall64")
|
(name "r-dotcall64")
|
||||||
(version "1.0-0")
|
(version "1.0-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dotCall64" version))
|
(uri (cran-uri "dotCall64" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
|
"1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
|
||||||
(properties `((upstream-name . "dotCall64")))
|
(properties `((upstream-name . "dotCall64")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Reference in a new issue