mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-barcodetrackr: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-barcodetrackr): Update to 1.6.0.
This commit is contained in:
parent
c032441772
commit
6af3770787
1 changed files with 2 additions and 2 deletions
|
@ -3032,13 +3032,13 @@ (define-public r-banocc
|
|||
(define-public r-barcodetrackr
|
||||
(package
|
||||
(name "r-barcodetrackr")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "barcodetrackR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yxa15xkgqazw31vq4wm8v747bw4qb18m6i602pvynk0n5bgg3d3"))))
|
||||
"1b3z83nkl8csxs88rcbmkkfjps71mwnylvpy3kjzyi02xw0kh0c1"))))
|
||||
(properties `((upstream-name . "barcodetrackR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue