aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-05-13 11:57:34 +0200
committerRicardo Wurmus <rekado@elephly.net>2025-05-13 14:50:17 +0200
commit7a067167cd6d3f67f53d1feb978dfc2af6a6e606 (patch)
tree1622b9876cbe1b21859546cbef8360ab446a05e7
parent45beaab5654d2ffe80c34629d2cd660157bfbe6f (diff)
downloadguix-7a067167cd6d3f67f53d1feb978dfc2af6a6e606.tar.gz
guix-7a067167cd6d3f67f53d1feb978dfc2af6a6e606.zip
gnu: r-softimpute: Update to 1.4-3.
* gnu/packages/cran.scm (r-softimpute): Update to 1.4-3. Change-Id: I4b718844ffa382222f418696705ad316e09a8cb9
-rw-r--r--gnu/packages/cran.scm4
1 files 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