aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-22 12:00:35 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-03 16:59:31 +0100
commit5c6bfdba55c17624b416b14ef267de07ee54a751 (patch)
tree253f7a18082916f3f80097156de9f194e48e100f /ChangeLog
parent8618155bc35fb49c3b9565c57bef5d391549d542 (diff)
downloadguix-5c6bfdba55c17624b416b14ef267de07ee54a751.tar.gz
guix-5c6bfdba55c17624b416b14ef267de07ee54a751.zip
gnu: r-vipor: Add test inputs.
* gnu/packages/statistics.scm (r-vipor)[native-inputs]: Add r-testthat. Change-Id: I16fc78be11d44281ac88c75e9ce473d9eb389d86
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions
455d0bb283489162ef84afc8145b28b012c'>Update NEWS.Ludovic Courtès 2020-04-15Update NEWS.Ludovic Courtès 2020-04-12Update NEWS.Ludovic Courtès 2020-04-09Update NEWS.Ludovic Courtès 2019-05-17Update NEWS.Ludovic Courtès 2019-05-16Update NEWS.Ludovic Courtès 2019-05-01Update NEWS.Ludovic Courtès 2019-04-29Update NEWS.Ludovic Courtès 2019-04-28Update NEWS.Ludovic Courtès 2018-12-05Update NEWS.Ludovic Courtès 2018-12-05Update NEWS.Ludovic Courtès 2018-11-23Update NEWS.Ludovic Courtès 2018-08-30Update NEWS.Ricardo Wurmus 2018-07-05Update NEWS.Ludovic Courtès 2018-07-05Update NEWS.Ludovic Courtès 2018-06-20Update NEWS.Ludovic Courtès 2018-05-29Update NEWS.Ricardo Wurmus 2018-05-20services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it. Efraim Flashner 2018-05-08guix: Separate the package name and version with "@", not "-"....* guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich