mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-s2: Update to 1.0.7.
* gnu/packages/cran.scm (r-s2): Update to 1.0.7.
This commit is contained in:
parent
e5256cfee7
commit
c93f241368
1 changed files with 2 additions and 2 deletions
|
@ -16565,14 +16565,14 @@ (define-public r-wk
|
|||
(define-public r-s2
|
||||
(package
|
||||
(name "r-s2")
|
||||
(version "1.0.6")
|
||||
(version "1.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "s2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xd42bpbm090dqlldavbn6c1h1mfwhlws9536avan00w3szlxk56"))))
|
||||
"0gwydn6wdl675ydkcckrci6ylcx30qn8nfhmrp4qx4r9mv3c2410"))))
|
||||
(properties `((upstream-name . "s2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue