mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-gwasexacthw: Update to 1.2.
* gnu/packages/cran.scm (r-gwasexacthw): Update to 1.2. Change-Id: I385f01483d7fdc09d80af927ddba3953f6b0c169
This commit is contained in:
parent
ed30db3349
commit
1f1b0ea838
1 changed files with 2 additions and 2 deletions
|
@ -1344,13 +1344,13 @@ (define-public r-gunifrac
|
|||
(define-public r-gwasexacthw
|
||||
(package
|
||||
(name "r-gwasexacthw")
|
||||
(version "1.01")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GWASExactHW" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19qmk8h7kxmn9kzw0x4xns5p3qqz27xkqq4q6zmh4jzizd0fsl78"))))
|
||||
"1xzcvmbh27ibd7g9zlqyp215q4yfkhdypcvm5gjkvw1qhd3pl4yk"))))
|
||||
(properties `((upstream-name . "GWASExactHW")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=GWASExactHW")
|
||||
|
|
Loading…
Reference in a new issue