me
/
guix
Archived
1
0
Fork 0

gnu: r-htscluster: Update to 2.0.11.

* gnu/packages/bioconductor.scm (r-htscluster): Update to 2.0.11.
master
Ricardo Wurmus 2023-09-14 00:04:05 +02:00
parent 8f59ac151f
commit bf9cd9521a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12649,14 +12649,14 @@ abnormal copy number.")
(define-public r-htscluster
(package
(name "r-htscluster")
(version "2.0.10")
(version "2.0.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "HTSCluster" version))
(sha256
(base32
"0scn4fsfmlkzxibfhsh6krm2cl9c8hsmyjgn48k9dyjf0ylyxg9n"))))
"0x9shhyla9bldkkh367gfdmf0k72l1ppixb8gzsa6nf8jx8qdpbp"))))
(properties `((upstream-name . "HTSCluster")))
(build-system r-build-system)
(propagated-inputs