/gnu/

earch'/>
path: root/gnu/packages/bash.scm
AgeCommit message (Expand)Author
2020-03-10gnu: bash-tap: Use HTTPS home page....* gnu/packages/bash.scm (bash-tap)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2019-12-20gnupg: 'gnupg-verify*' returns a status symbol....This allows callers to distinguish between signature verification failure and missing key. * guix/gnupg.scm (gnupg-receive-keys): Return true on success. (gnupg-verify*): Check return value of 'gnupg-receive-keys'. Return two values, the first one being a symbol. * guix/upstream.scm (download-tarball): Get the two return values of 'gnupg-verify*', and match on the first one. * gnu/packages/bash.scm (download-patches): Check the first return value of 'gnupg-verify*'. Ludovic Courtès
2019-11-03gnu: bash-tap: Don't use unstable tarball....* gnu/packages/bash.scm (bash-tap)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-25gnu: bash-completion: Fix cross-compilation....* gnu/packages/bash.scm (bash-completion)[arguments]: Search for util-linux in native-inputs and inputs during "remove-redundant-completions" phase. Mathieu Othacehe
2019-05-26gnu: bash: Update to patch level 7....* gnu/packages/bash.scm (%patch-series-5.0): Add patches 3 through 7. Efraim Flashner