diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:57:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-10-25 16:58:42 +0200 |
commit | fc95476c5d64398a914467b4995b735fb9b21a11 (patch) | |
tree | 98e47ca7e59edf8b68c3caf6c2523f23116e15aa | |
parent | b72169c62ffcc5a01b021c37b89a3717224d82a9 (diff) | |
download | guix-fc95476c5d64398a914467b4995b735fb9b21a11.tar.gz |
gnu: r-dotcall64: Update to 1.1-0.
* gnu/packages/cran.scm (r-dotcall64): Update to 1.1-0. Change-Id: If8cf46753e90bed40f37cc5b58715de90957c822
-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 69bf485eb7..1878092200 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -19823,14 +19823,14 @@ to throw errors if they aren't in the right form.") (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)) |