aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/speech.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-22 13:21:19 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-22 13:21:19 +0300
commit1d6b31c150e317f7fd3283538c080887b4d1712e (patch)
tree6f0739c07805b07e2b3b3059f0f9b3f9ee6f4283 /gnu/packages/speech.scm
parenta72d97dc5009ba281e88db199ab83897517ae72c (diff)
downloadguix-1d6b31c150e317f7fd3283538c080887b4d1712e.tar.gz
guix-1d6b31c150e317f7fd3283538c080887b4d1712e.zip
gnu: Add rust-ron-0.8.
* gnu/packages/crates-io.scm (rust-ron-0.8): New variable. (rust-ron-0.7): Inherit from rust-ron-0.8.
Diffstat (limited to 'gnu/packages/speech.scm')
0 files changed, 0 insertions, 0 deletions
4 -0400'>2018-10-23gnu: linux-libre: Update to 4.19....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19. (%linux-libre-hash): Update hash. (%linux-libre-4.18-patches): Rename to ... (%linux-libre-4.19-patches): ... this, and remove a patch that is no longer needed. (linux-libre, linux-libre-arm-generic, linux-libre-arm-omap2plus): Use %linux-libre-4.19-patches instead of %linux-libre-4.18-patches. * gnu/packages/aux-files/linux-libre/4.18-arm.conf, gnu/packages/aux-files/linux-libre/4.18-arm64.conf, gnu/packages/aux-files/linux-libre/4.18-i686.conf, gnu/packages/aux-files/linux-libre/4.18-x86_64.conf: Remove files. * gnu/packages/aux-files/linux-libre/4.19-arm.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-i686.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: New files. * Makefile.am (AUX_FILES): Adjust accordingly. Mark H Weaver