mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-riboprofiling: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-riboprofiling): Update to 1.20.0.
This commit is contained in:
parent
63572b0c12
commit
03b655c524
1 changed files with 2 additions and 2 deletions
|
@ -2110,14 +2110,14 @@ (define-public r-chipcomp
|
|||
(define-public r-riboprofiling
|
||||
(package
|
||||
(name "r-riboprofiling")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "RiboProfiling" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s30m96dbbrzbywz3wai5ar0nsshb16lq101nyl20w1bk7sk2bha"))))
|
||||
"112071w7aw7cwckipq0dll1lssl7pwafma4v9jj9sx12rjcj57xg"))))
|
||||
(properties `((upstream-name . "RiboProfiling")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue