diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-30 00:32:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-30 00:33:55 +0200 |
commit | 5fce90135cd0304ae5d06d0168d764d879b7cea6 (patch) | |
tree | dcf0ac0ce6312437841b98e08df79fedacc56f4f /gnu/packages/cran.scm | |
parent | 05344275517e12ea60039272b5d8936d18fd4338 (diff) | |
download | patches-5fce90135cd0304ae5d06d0168d764d879b7cea6.tar patches-5fce90135cd0304ae5d06d0168d764d879b7cea6.tar.gz |
gnu: r-ipred: Update to 0.9-9.
* gnu/packages/cran.scm (r-ipred): Update to 0.9-9.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 d282ee8ad3..f351e49045 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -2593,14 +2593,14 @@ provided.") (define-public r-ipred (package (name "r-ipred") - (version "0.9-8") + (version "0.9-9") (source (origin (method url-fetch) (uri (cran-uri "ipred" version)) (sha256 (base32 - "01xcg3c121ndfpz9dirqxszknh4yb1p222p7f1wbwwhdrg1i27cw")))) + "0vs1hqfx7yd0xdbmfsf2gim7spkni0845cj6gswn0nhdfdq7ma0d")))) (build-system r-build-system) (propagated-inputs `(("r-class" ,r-class) |