diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-08-10 12:19:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-08-10 15:44:21 +0200 |
commit | 8f935a88e882e11ec1994039bb1804fff3820d62 (patch) | |
tree | 2983830d755a6b5a5a4274d0becfa957abd4164d | |
parent | 995db36c9d8d62043ef762eda115f639e09d0227 (diff) | |
download | guix-8f935a88e882e11ec1994039bb1804fff3820d62.tar.gz |
gnu: r-mbess: Update to 4.9.1.
* gnu/packages/cran.scm (r-mbess): Update to 4.9.1.
-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 93a78b535c..b2736362e8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3171,13 +3171,13 @@ in a ggplot2 plot.") (define-public r-mbess (package (name "r-mbess") - (version "4.9.0") + (version "4.9.1") (source (origin (method url-fetch) (uri (cran-uri "MBESS" version)) (sha256 - (base32 "0qmyvjx2zn5hlzdbz8c94g8l4707swhn7sq9mxkdqiydmflzv0b5")))) + (base32 "18klyyjvmwggv4ma2x77jac3640yxbsbinl3s2rp1ik4n9phnjd0")))) (properties `((upstream-name . "MBESS"))) (build-system r-build-system) (propagated-inputs |