diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:56 +0200 |
commit | f9b6a2ad85de5814693ba212ddba61db513c81d8 (patch) | |
tree | 9cfa167a5b00707c2fc65640dd8a4c51d06794fb | |
parent | cbe7726d687045e76fa940e6629fb796f2233707 (diff) | |
download | guix-f9b6a2ad85de5814693ba212ddba61db513c81d8.tar.gz guix-f9b6a2ad85de5814693ba212ddba61db513c81d8.zip |
gnu: r-enmix: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-enmix): Update to 1.36.0.
-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 495abe7440..ffe00e7cdb 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6585,13 +6585,13 @@ CAGE.") (define-public r-enmix (package (name "r-enmix") - (version "1.34.02") + (version "1.36.0") (source (origin (method url-fetch) (uri (bioconductor-uri "ENmix" version)) (sha256 (base32 - "0rn541xfsxfdyzy3dn727bwrfpkgp12282lax7xg1j8584mk4pcf")))) + "1cwj45rnb6ra1bnd0plkjfvfsix25xr51yh6rwrfj524c35r70w1")))) (properties `((upstream-name . "ENmix"))) (build-system r-build-system) (propagated-inputs |