diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:57:34 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-05-13 11:57:34 +0200 |
commit | 70000c69a460b3f3a0c2448041d1df5dc92d014d (patch) | |
tree | 2a1ad9a7e48ac59f47f6432c6a65f73ad96e87b1 | |
parent | c0be6a6f04c1dad8e0a8b7f1766fffa2230e064b (diff) |
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.scm | 4 |
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 |