me
/
guix
Archived
1
0
Fork 0

gnu: r-genetclassifier: Update to 1.36.0.

* gnu/packages/bioconductor.scm (r-genetclassifier): Update to 1.36.0.
master
Ricardo Wurmus 2022-05-28 12:46:47 +02:00
parent c4f8b5759a
commit 3c65a7d577
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15344,14 +15344,14 @@ information networks from data.")
(define-public r-genetclassifier
(package
(name "r-genetclassifier")
(version "1.34.0")
(version "1.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geNetClassifier" version))
(sha256
(base32
"1phyphdc1i55ab1a05633b0p41q8n7w0byp1plgcav2s3h8mk1km"))))
"1kh7mp5h0n7yd1klcd7w4v7i3fh9pkmvgf7189wangfzbcsr4f70"))))
(properties
`((upstream-name . "geNetClassifier")))
(build-system r-build-system)