rekado pushed a commit to branch master
in repository guix.
commit 8ee8792a22ebf3308a27d92295e11ebd3eb286dd
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 13 10:25:51 2025 +0200
gnu: r-softimpute: Update to 1.4-2.
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-2.
Change-Id: I6c65666f4c68a79732af1c1e6ce9423954431a24
---
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 32e336cef6..9fcfe9c135 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29903,14 +29903,14 @@ after it was discovered that the NSA had backdoored
Dual EC DRBG.")
(define-public r-softimpute
(package
(name "r-softimpute")
- (version "1.4-1")
+ (version "1.4-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "softImpute" version))
(sha256
(base32
- "1v2a4d688ij5zcvkzpra9yx40xckdfnllnfnyq2450zf3n1kjk7a"))))
+ "0q94c8xwb9q7rnd3qvdnmp6bgg3d1a45jaqsd0v498f1lwrg74fh"))))
(properties `((upstream-name . "softImpute")))
(build-system r-build-system)
(propagated-inputs