mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: r-lpsymphony: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.24.0.
This commit is contained in:
parent
266df31f5d
commit
5a23854532
1 changed files with 2 additions and 2 deletions
|
@ -7395,14 +7395,14 @@ (define-public r-karyoploter
|
||||||
(define-public r-lpsymphony
|
(define-public r-lpsymphony
|
||||||
(package
|
(package
|
||||||
(name "r-lpsymphony")
|
(name "r-lpsymphony")
|
||||||
(version "1.22.0")
|
(version "1.24.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
|
||||||
"1bv28b1fgcazv6j0xw4nn6wljs37qnkyahqy7anrwissdpryhjfs"))))
|
"0kc708ss5byzw8qh439mb4nq6hsfmz73gfamiznw3lv352brd33g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib))
|
(list zlib))
|
||||||
|
|
Loading…
Reference in a new issue