aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-23 08:26:11 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-23 13:36:47 +0100
commitef3b0925876952f0c42834f6d37d5445306503f6 (patch)
treed021dfc17cd8917ad792f7219c6d0d327d943804 /.gitignore
parent617c41f41867535605f1358078fba5e6d709a1e2 (diff)
downloadguix-ef3b0925876952f0c42834f6d37d5445306503f6.tar.gz
guix-ef3b0925876952f0c42834f6d37d5445306503f6.zip
gnu: r-fmsb: Update to 0.7.6.
* gnu/packages/cran.scm (r-fmsb): Update to 0.7.6. Change-Id: I9acec8e49ba036f263223a37c53cf9d4a82ba59f
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
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