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 @@ conditional reporting based on the current \"output level\".")
|
||||||
(define-public r-tractor-base
|
(define-public r-tractor-base
|
||||||
(package
|
(package
|
||||||
(name "r-tractor-base")
|
(name "r-tractor-base")
|
||||||
(version "3.3.5.1")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tractor.base" version))
|
(uri (cran-uri "tractor.base" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fxbzbhpi6l55m14nmww8y3kdxgchzj4mw1yf4xkm2y6s68phvgc"))))
|
"12mp5x6c7c82a4z7p39cb478kwwf6lkrgbis6ak00yibsd3n6na3"))))
|
||||||
(properties `((upstream-name . "tractor.base")))
|
(properties `((upstream-name . "tractor.base")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue