aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
diff options
context:
space:
mode:
Diffstat (limited to '.guix-authorizations')
0 files changed, 0 insertions, 0 deletions
e 'sha256' field with the right length. * gnu/packages/aspell.scm (aspell-dictionary) (aspell-dict-ca, aspell-dict-it): Use 'hash' and 'content-hash' for proper syntax matching. * gnu/packages/bash.scm (bash-patch): Rename 'sha256' to 'sha256-bv'. * gnu/packages/bootstrap.scm (bootstrap-executable): Rename 'sha256' to 'bv'. * gnu/packages/readline.scm (readline-patch): Likewise. * gnu/packages/virtualization.scm (qemu-patch): Rename 'sha256' to 'sha256-bv'. * guix/import/utils.scm: Hide (gcrypt hash) 'sha256'. Ludovic Courtès 2020-02-15gnu: readline: Update to 8.0.4....* gnu/packages/readline.scm (%patch-series-8.0): Add patches 2 through 4. Marius Bakke 2019-12-05gnu: readline: Update to 8.0.1....* gnu/packages/readline.scm (%patch-series-8.0): New variable. (readline)[version]: Adjust accordingly. [source](patches): Add %PATCH-SERIES-8.0. Marius Bakke 2019-12-05gnu: readline: Add a version parameter to patch procedures....* gnu/packages/readline.scm (patch-url, readline-patch, patch-series): Add VERSION parameter. (%patch-series-7.0): Pass "7.0" to PATCH-SERIES. Marius Bakke 2019-01-08gnu: readline: Update to 8.0....* gnu/packages/readline.scm (readline): Update to 8.0. [source]: Remove patch series %patch-series-7.0. (readline-7): New variable. Efraim Flashner 2018-07-21gnu: readline: Update to 7.0.5....* gnu/packages/readline.scm (%patch-series-7.0): Add patch 4 and 5. Marius Bakke