summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 16:50:09 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:26:56 +0100
commit4d0d2ea4c51bfe32c84d327fecc34cd921d785de (patch)
tree78c4e2061bd26629010ce847f82546359959a07e /gnu
parent59da6ae98a1c842c1374556a94fc79a3fe8f0fff (diff)
gnu: r-aster: Update to 1.3-7.
* gnu/packages/cran.scm (r-aster): Update to 1.3-7. [properties]: Record updater-extra-native-inputs. Change-Id: I8a6efce45d3f4ab065a17bdc8c19fbbe82554158 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a271f2cf02..ed62a82e6e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -337,14 +337,16 @@ wrong.")
(define-public r-aster
(package
(name "r-aster")
- (version "1.3-6")
+ (version "1.3-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "aster" version))
(sha256
- (base32 "036anmajy2hqyb2h29j3h5hmh6105dk5v58mzs1843qhgx2s0p85"))))
- (properties `((upstream-name . "aster")))
+ (base32 "01zjsw8nnj8spavd039768pwlcxfhilfhhq3jfsnp951a2cc3kzc"))))
+ (properties
+ '((upstream-name . "aster")
+ (updater-extra-native-inputs . ("r-knitr"))))
(build-system r-build-system)
(propagated-inputs (list r-trust))
(native-inputs (list r-knitr r-numderiv))