aboutsummaryrefslogtreecommitdiff
path: root/tests/cve.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-01-27 16:30:21 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-01-27 16:33:29 +0100
commit725086177a98c963a0641336576961c7553aa51b (patch)
treeff93a84d623c1ce39268545445a13daa5f8099b7 /tests/cve.scm
parentd3f58abbec286d20e0de5d7c30e69bf613f5d18d (diff)
downloadguix-725086177a98c963a0641336576961c7553aa51b.tar.gz
guix-725086177a98c963a0641336576961c7553aa51b.zip
gnu: r-rhpcblasctl: Update to 0.20-17.
* gnu/packages/cran.scm (r-rhpcblasctl): Update to 0.20-17.
Diffstat (limited to 'tests/cve.scm')
0 files changed, 0 insertions, 0 deletions
* gnu/installer/newt/page.scm (edit-file): New procedure. (run-file-textbox-page): Add #:edit-button? and #:editor-locale parameters. Remove 'file-text' and add 'edit-button', and add it to the horizontal stacked grid when EXIT-BUTTON? is true. Wrap body in 'loop'. Handle case where ARGUMENT is EDIT-BUTTON by calling 'loop'. * gnu/installer/newt/final.scm (run-config-display-page): Add #:locale parameter. Pass #:edit-button? and #:editor-locale to 'run-file-textbox-page'. (run-final-page): Pass LOCALE to 'run-config-display-page'. Ludovic Courtès 2020-01-05installer: Add JFS support....* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘jfs’ to the list box. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type) (partition-filesystem-user-type): Add ‘jfs’ mapping (create-jfs-file-system): New procedure. (format-user-partitions): Use it. * gnu/installer.scm (set-installer-path): Add jfsutils. Tobias Geerinckx-Rice 2020-01-05installer: Fix typo....* gnu/installer/parted.scm (create-btrfs-file-system): Fix typo in docstring. Tobias Geerinckx-Rice