mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-rversions: Update to 2.1.2.
* gnu/packages/statistics.scm (r-rversions): Update to 2.1.2.
This commit is contained in:
parent
b903dcd55c
commit
aaeaef0d01
1 changed files with 2 additions and 2 deletions
|
@ -2178,13 +2178,13 @@ (define-public r-multitaper
|
|||
(define-public r-rversions
|
||||
(package
|
||||
(name "r-rversions")
|
||||
(version "2.1.1")
|
||||
(version "2.1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rversions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cbwwbz8lqx2n33xr4q904whvld22s63rpyy1nn93395l7ssrakr"))))
|
||||
"0q5ip3rkhcxz7472fbqddrw3a2wm31b18w7ax0pi6wc27qiihn6y"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-curl r-xml2))
|
||||
|
|
Loading…
Reference in a new issue