mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-attract: Update to 1.54.0.
* gnu/packages/bioconductor.scm (r-attract): Update to 1.54.0. Change-Id: Ie8cfd6d7c45b6a92bc2c4789e7b2d088da470118
This commit is contained in:
parent
e1487a6e2a
commit
601f91b94d
1 changed files with 2 additions and 2 deletions
|
@ -3994,13 +3994,13 @@ (define-public r-atsnp
|
|||
(define-public r-attract
|
||||
(package
|
||||
(name "r-attract")
|
||||
(version "1.52.0")
|
||||
(version "1.54.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "attract" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lb6npxm5f82z8278v6fh7k5w8d4z73881iplm3ashc27wiw6sz3"))))
|
||||
"0lk8gfbccrxly7gn629497sxz0mj3m9wcwdahqv1m7l6fjnf5563"))))
|
||||
(properties `((upstream-name . "attract")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue