rekado pushed a commit to branch master
in repository guix.
commit 7a067167cd6d3f67f53d1feb978dfc2af6a6e606
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 13 11:57:34 2025 +0200
gnu: r-softimpute: Update to 1.4-3.
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-3.
Change-Id: I4b718844ffa382222f418696705ad316e09a8cb9
---
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 cee9f5ceeb..8766737e56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29904,14 +29904,14 @@ after it was discovered that the NSA had backdoored
Dual EC DRBG.")
(define-public r-softimpute
(package
(name "r-softimpute")
- (version "1.4-2")
+ (version "1.4-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "softImpute" version))
(sha256
(base32
- "0q94c8xwb9q7rnd3qvdnmp6bgg3d1a45jaqsd0v498f1lwrg74fh"))))
+ "1d6f3v409zb4h6ld7kcvf4fvld8x34sj22bdi207kcz7a1s4959n"))))
(properties `((upstream-name . "softImpute")))
(build-system r-build-system)
(propagated-inputs