me
/
guix
Archived
1
0
Fork 0

gnu: r-clusterprofiler: Update to 4.12.0.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.12.0.

Change-Id: If7fcff996d1c7341bb9e9faa0499dd259e894afc
master
Ricardo Wurmus 2024-05-07 13:06:54 +02:00
parent de0f76d329
commit d4eec5ad55
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16332,14 +16332,14 @@ attempts to assess their statistical significance.")
(define-public r-clusterprofiler (define-public r-clusterprofiler
(package (package
(name "r-clusterprofiler") (name "r-clusterprofiler")
(version "4.10.1") (version "4.12.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version)) (uri (bioconductor-uri "clusterProfiler" version))
(sha256 (sha256
(base32 (base32
"1jwi9029dy7ga4hv75grib7wdaghslwh4qk5awhgw3192a0qcixf")))) "0wmfbr4n8a1mg8g3gl9gnqrvq5p6cfay2858fqx7wxpr2q8yynhz"))))
(properties (properties
`((upstream-name . "clusterProfiler"))) `((upstream-name . "clusterProfiler")))
(build-system r-build-system) (build-system r-build-system)