mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 02:00:29 +02:00
gnu: r-bb: Update to 2026.1.0.
* gnu/packages/cran.scm (r-bb): Update to 2026.1.0. [properties]: Record updater-extra-native-inputs. Change-Id: I0361ec2a26079d37f916f8690f117c4a352ecc45
This commit is contained in:
committed by
Andreas Enge
parent
8422a6a819
commit
88866d490d
@@ -17551,14 +17551,16 @@ components.")
|
||||
(define-public r-bb
|
||||
(package
|
||||
(name "r-bb")
|
||||
(version "2019.10-1")
|
||||
(version "2026.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BB" version))
|
||||
(sha256
|
||||
(base32 "0kf9sfsm3n036a8a8gjfpc9qdryvadb019kqjh80n1szdv7bdl04"))))
|
||||
(properties `((upstream-name . "BB")))
|
||||
(base32 "1apvzypndzf1bix93pnhh9x9lkd8qgs1g9v1s0mkxh85abp5xggd"))))
|
||||
(properties
|
||||
'((upstream-name . "BB")
|
||||
(updater-extra-native-inputs . ("r-numderiv" "r-setrng"))))
|
||||
(build-system r-build-system)
|
||||
;; could not find function "latex"
|
||||
(arguments (list #:test-types '(list "tests")))
|
||||
|
||||
Reference in New Issue
Block a user