diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 21:39:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 22:05:28 +0100 |
commit | 690940cc53a27117e7c8e8fec486f24bae2a9f0b (patch) | |
tree | 2446966d1236ab31e400e77ccecc10b43ddf2907 | |
parent | b63f13b59f36f8155644122e0209c40ddd75568e (diff) | |
download | guix-690940cc53a27117e7c8e8fec486f24bae2a9f0b.tar guix-690940cc53a27117e7c8e8fec486f24bae2a9f0b.tar.gz |
gnu: r-dotcall64: Update to 1.0-1.
* gnu/packages/cran.scm (r-dotcall64): Update to 1.0-1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ddd6e74a07..73719042b8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13164,14 +13164,14 @@ to throw errors if they aren't in the right form.") (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))) |