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 (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)))