gnu: r-lpsymphony: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.12.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:59:06 +02:00
parent 4a3c47e940
commit 61c79d55e3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2024,14 +2024,14 @@ (define-public r-ebseq
(define-public r-lpsymphony
(package
(name "r-lpsymphony")
(version "1.10.0")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "lpsymphony" version))
(sha256
(base32
"0vnsf5x6gvd1k8h89al7r6xbgbxsjbxphr675czzwggz79zbvq7y"))))
"13wvq4ip8nkyxmpncs6fzcf3vphra1n0fd5vz9kspbch0k1z6bsv"))))
(build-system r-build-system)
(inputs
`(("gfortran" ,gfortran)