rekado pushed a commit to branch r-updates
in repository guix.
commit c7fbda7e13c658cb89598bbfdc783d9c0bc8015e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Dec 15 12:16:58 2023 +0100
gnu: r-dotcall64: Update to 1.1-1.
* gnu/packages/cran.scm (r-dotcall64): Update to 1.1-1.
Change-Id: I0ec529c773c90ba0d69ced8fb3ecb624d3e76624
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4956d1e6e9..b70d165891 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20350,14 +20350,14 @@ to throw errors if they aren't in the right form.")
(define-public r-dotcall64
(package
(name "r-dotcall64")
- (version "1.1-0")
+ (version "1.1-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "dotCall64" version))
(sha256
(base32
- "1ibh2f2vcv30k1c919diw6qdmhxmvkl83k3396vy3xigbcny711l"))))
+ "06y9y9m5prjvqlprqpanbamgr6jkw27wj7nnha5ayyn08zbxgf11"))))
(properties `((upstream-name . "dotCall64")))
(build-system r-build-system)
(native-inputs (list gfortran))