me
/
guix
Archived
1
0
Fork 0

gnu: r-dicedesign: Update to 1.10.

* gnu/packages/cran.scm (r-dicedesign): Update to 1.10.

Change-Id: I862d31edc08ba9df309af9d664ee3657e0058da2
Ricardo Wurmus 2023-12-15 12:17:05 +01:00
parent e00b6fd7ff
commit 783586ef62
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -35368,14 +35368,14 @@ different types of resampling objects (e.g. bootstrap, cross-validation).")
(define-public r-dicedesign
(package
(name "r-dicedesign")
(version "1.9")
(version "1.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "DiceDesign" version))
(sha256
(base32
"1a8ixa65xgyfri03cviic8qi2plbhdyz8m02bwif8w94w0q3ghlk"))))
"0gf76f4jy8lbmw045q3ncs4ly07clh6gdfbmlnyk45wcgch3nm06"))))
(properties `((upstream-name . "DiceDesign")))
(build-system r-build-system)
(home-page "http://dice.emse.fr/")