diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:45:24 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:41 +0200 |
commit | e4a8e6dab4acb2741fd275a54a022c9761b2abaf (patch) | |
tree | e61be2ed9a7ea0c6b4a213e62d7a72dc1de627b9 /gnu | |
parent | d99da8bb1c289863d979640e4970f002d8683d43 (diff) | |
download | guix-e4a8e6dab4acb2741fd275a54a022c9761b2abaf.tar.gz |
gnu: r-msmstests: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-msmstests): Update to 1.34.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 107715aa32..255b8c39aa 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14448,14 +14448,14 @@ experiments, and visualize de influence of the involved factors.") (define-public r-msmstests (package (name "r-msmstests") - (version "1.32.0") + (version "1.34.0") (source (origin (method url-fetch) (uri (bioconductor-uri "msmsTests" version)) (sha256 (base32 - "0xmjgd8rqpb8i7d46pvnj7da2di8bwfdncr48b8hgylkc98ghznb")))) + "1wzdz0p9wmr243xkmymx9fwskafkyxgmlip4sd1fy2s06px7r0xi")))) (properties `((upstream-name . "msmsTests"))) (build-system r-build-system) (propagated-inputs |