mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-tractor-base: Update to 3.4.2.
* gnu/packages/cran.scm (r-tractor-base): Update to 3.4.2. Change-Id: I86d07604a6f3bcac561d8df0e7332effdce92176
This commit is contained in:
parent
7cdc494901
commit
1fa13a5416
1 changed files with 2 additions and 2 deletions
|
@ -20017,14 +20017,14 @@ (define-public r-reportr
|
|||
(define-public r-tractor-base
|
||||
(package
|
||||
(name "r-tractor-base")
|
||||
(version "3.3.5.1")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tractor.base" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fxbzbhpi6l55m14nmww8y3kdxgchzj4mw1yf4xkm2y6s68phvgc"))))
|
||||
"12mp5x6c7c82a4z7p39cb478kwwf6lkrgbis6ak00yibsd3n6na3"))))
|
||||
(properties `((upstream-name . "tractor.base")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue