me
/
guix
Archived
1
0
Fork 0

gnu: r-tractor-base: Update to 3.3.5.1.

* gnu/packages/cran.scm (r-tractor-base): Update to 3.3.5.1.
master
Ricardo Wurmus 2022-09-20 10:53:04 +02:00
parent 45ad4c4c87
commit 3c43993891
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15379,14 +15379,14 @@ conditional reporting based on the current \"output level\".")
(define-public r-tractor-base
(package
(name "r-tractor-base")
(version "3.3.3.1")
(version "3.3.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "tractor.base" version))
(sha256
(base32
"0w5jw7pf77npkgig7667yikpbwv4dfk1dcq63qm88l409ga2f95p"))))
"0fxbzbhpi6l55m14nmww8y3kdxgchzj4mw1yf4xkm2y6s68phvgc"))))
(properties `((upstream-name . "tractor.base")))
(build-system r-build-system)
(propagated-inputs