mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-lpsymphony: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.14.0.
This commit is contained in:
parent
a9649c4138
commit
153dc51bfe
1 changed files with 2 additions and 2 deletions
|
@ -2347,14 +2347,14 @@ gene and isoform level using RNA-seq data")
|
||||||
(define-public r-lpsymphony
|
(define-public r-lpsymphony
|
||||||
(package
|
(package
|
||||||
(name "r-lpsymphony")
|
(name "r-lpsymphony")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "lpsymphony" version))
|
(uri (bioconductor-uri "lpsymphony" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13wvq4ip8nkyxmpncs6fzcf3vphra1n0fd5vz9kspbch0k1z6bsv"))))
|
"0j5j9kggh3l61vp6hpnqf45d5kzifksaj0sqhvs1zahmx2c1gfdv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gfortran" ,gfortran)
|
`(("gfortran" ,gfortran)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue