diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:37 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:06 +0200 |
commit | 61432d53ff4c0c55d1086a65572386153545339c (patch) | |
tree | 932d4a280486294b08c224cbf0e58763992aa369 | |
parent | ef6059cf2793b84fd8397676f0beb1ae729f999f (diff) | |
download | guix-61432d53ff4c0c55d1086a65572386153545339c.tar.gz guix-61432d53ff4c0c55d1086a65572386153545339c.zip |
gnu: r-pathview: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-pathview): Update to 1.40.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 241748cccb..07b2388591 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -19509,13 +19509,13 @@ other functional sequencing data.") (define-public r-pathview (package (name "r-pathview") - (version "1.38.0") + (version "1.40.0") (source (origin (method url-fetch) (uri (bioconductor-uri "pathview" version)) (sha256 - (base32 "0p7cdq03863zpw009prs1yh3gps1kw135anjfq6wpdkwza7xy4py")))) + (base32 "0mld7vys6s5k8snk1gniph9wkw3726vsx430nhyyr76fp4ps2mks")))) (properties `((upstream-name . "pathview"))) (build-system r-build-system) (propagated-inputs |