gnu: r-barcodetrackr: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-barcodetrackr): Update to 1.12.0. Change-Id: Ia20e92c383c7a89e1d6accba98cf879cd57de25amaster
parent
89c8795fb8
commit
06f7d75e10
|
@ -4878,13 +4878,13 @@ estimates for each correlation element.")
|
||||||
(define-public r-barcodetrackr
|
(define-public r-barcodetrackr
|
||||||
(package
|
(package
|
||||||
(name "r-barcodetrackr")
|
(name "r-barcodetrackr")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "barcodetrackR" version))
|
(uri (bioconductor-uri "barcodetrackR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w5p6dqagf3g27ymqsxdim0qhnwm11rrs3nnpp4mj8jcxm8wjsh9"))))
|
"0x0fpa44lyww2l1rdc35pdlgczz4y1vxjbn0s1frlpaacmqcxrly"))))
|
||||||
(properties `((upstream-name . "barcodetrackR")))
|
(properties `((upstream-name . "barcodetrackR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue