me
/
guix
Archived
1
0
Fork 0

gnu: r-ibdreg: Update to 0.3.1.

* gnu/packages/cran.scm (r-ibdreg): Update to 0.3.1.
master
Ricardo Wurmus 2020-08-12 11:58:16 +02:00
parent 487473b26c
commit 42fdd90252
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14065,14 +14065,14 @@ lines. It includes maximum likelihood and Bayesian tools.")
(define-public r-ibdreg
(package
(name "r-ibdreg")
(version "0.2.5")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ibdreg" version))
(sha256
(base32
"1kaa5q1byi30wzr0mw4w2cv1ssxprzcwf91wrpqwkgcsdy7dkh2g"))))
"0kgx9iavgm6d6njhki7bm82d6lw2c7kcch2pryd339js2hm0l5gq"))))
(build-system r-build-system)
(home-page "https://www.mayo.edu/research/labs/\
statistical-genetics-genetic-epidemiology/software")