diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:19 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:39 +0100 |
commit | 59fe138fccdb03a00c3e05c9a8d4537faedfcde3 (patch) | |
tree | f3b41bd62eb8593cf2285cbaea7602187fc93893 /gnu | |
parent | 3c1854108e1b121d14afaec6f89692bb22aecbad (diff) | |
download | guix-59fe138fccdb03a00c3e05c9a8d4537faedfcde3.tar.gz guix-59fe138fccdb03a00c3e05c9a8d4537faedfcde3.zip |
gnu: r-milor: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-milor): Update to 1.6.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 9ccb3911a4..b800c4c4bc 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9843,13 +9843,13 @@ standardization of the analyses and the development of best practices.") (define-public r-milor (package (name "r-milor") - (version "1.4.0") + (version "1.6.0") (source (origin (method url-fetch) (uri (bioconductor-uri "miloR" version)) (sha256 (base32 - "1jz9p3grnczx0bpdw6j64x21in8zgm3qy19hmm296har2rx9m5zs")))) + "07p9rs1jmgxqaahjbrnvvs94c142n2qfw8ip3qqkr6mhzwr19ly3")))) (properties `((upstream-name . "miloR"))) (build-system r-build-system) (propagated-inputs |