me
/
guix
Archived
1
0
Fork 0

gnu: r-gosemsim: Update to 2.26.1.

* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.26.1.
Ricardo Wurmus 2023-07-17 14:55:07 +02:00
parent d29a060d20
commit 79b508e3f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12991,14 +12991,14 @@ information about samples and features can be added to the plot.")
(define-public r-gosemsim
(package
(name "r-gosemsim")
(version "2.26.0")
(version "2.26.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "GOSemSim" version))
(sha256
(base32
"1pg86z4vbrp59kpq7zpscnjw9cgfkdqjrdp9zjvdf3xghgjvwl9a"))))
"15z7wqnp0s8fiysl3qc76pjaj3xik2br2mz2z3nmf28vxig69mx9"))))
(properties `((upstream-name . "GOSemSim")))
(build-system r-build-system)
(propagated-inputs