gnu: r-dotcall64: Update to 1.0-1.

* gnu/packages/cran.scm (r-dotcall64): Update to 1.0-1.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:39:57 +01:00
parent b63f13b59f
commit 690940cc53
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13164,14 +13164,14 @@ (define-public r-assertive
(define-public r-dotcall64
(package
(name "r-dotcall64")
(version "1.0-0")
(version "1.0-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "dotCall64" version))
(sha256
(base32
"1b8p7m3w0m7bp977c6jz74xkd611cxg11j49yza59k5fp338scb9"))))
"1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
(properties `((upstream-name . "dotCall64")))
(build-system r-build-system)
(native-inputs `(("gfortran" ,gfortran)))