me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-tractor-base): Update to 3.3.3.1.
master
Ricardo Wurmus 2021-01-20 17:10:52 +01:00
parent 05039f1307
commit 32524474ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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