mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-lpsymphony: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.12.0.
This commit is contained in:
parent
4a3c47e940
commit
61c79d55e3
1 changed files with 2 additions and 2 deletions
|
@ -2024,14 +2024,14 @@ (define-public r-ebseq
|
||||||
(define-public r-lpsymphony
|
(define-public r-lpsymphony
|
||||||
(package
|
(package
|
||||||
(name "r-lpsymphony")
|
(name "r-lpsymphony")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"0vnsf5x6gvd1k8h89al7r6xbgbxsjbxphr675czzwggz79zbvq7y"))))
|
"13wvq4ip8nkyxmpncs6fzcf3vphra1n0fd5vz9kspbch0k1z6bsv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gfortran" ,gfortran)
|
`(("gfortran" ,gfortran)
|
||||||
|
|
Loading…
Reference in a new issue