mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-pegas: Update to 1.2.
* gnu/packages/cran.scm (r-pegas): Update to 1.2.
This commit is contained in:
parent
a5f8f7cd96
commit
c4d53756d1
1 changed files with 2 additions and 2 deletions
|
@ -20668,13 +20668,13 @@ (define-public r-adegenet
|
|||
(define-public r-pegas
|
||||
(package
|
||||
(name "r-pegas")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pegas" version))
|
||||
(sha256
|
||||
(base32 "0ngd0laqbs139ji9hm9kwsm9rm56agw2yyfcplxgqva936l93fl7"))))
|
||||
(base32 "0mdd6wwbgln7272am9pk3p5garmkkf3j76lli4hnxsh9gj9z6fcx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ape))
|
||||
|
|
Loading…
Reference in a new issue