aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/esolangs.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-07-10 11:21:31 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-07-10 11:21:31 -0400
commitef0a45c6413a35e0e7ee375cab2c6f7bc468ab5a (patch)
treeb6ac7ecd0ba366069c40723b8882389803cfa085 /gnu/packages/esolangs.scm
parentb7be0a999df8984fee8bd9d283b8fbe7e4da879d (diff)
downloadguix-ef0a45c6413a35e0e7ee375cab2c6f7bc468ab5a.tar.gz
guix-ef0a45c6413a35e0e7ee375cab2c6f7bc468ab5a.zip
gnu: openrgb: Update to 0.9.
* gnu/packages/hardware.scm (openrgb): Update to 0.9. * gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: Update.
Diffstat (limited to 'gnu/packages/esolangs.scm')
0 files changed, 0 insertions, 0 deletions
k H Weaver 2020-11-16Properly deal with build directories containing '~'....Fixes <https://bugs.gnu.org/44626>. Reported by Vagrant Cascadian <vagrant@debian.org>. * tests/build-utils.scm ("wrap-script, simple case"): Pass SCRIPT-CONTENTS to 'display' rather than 'format'. * gnu/services/base.scm (file-system->shepherd-service-name) [valid-characters, mount-point]: New variables. Filter out invalid store file name characters from the mount point of FILE-SYSTEM. Ludovic Courtès