aboutsummaryrefslogtreecommitdiff
path: root/tests/import-utils.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-05-10 15:58:22 +0200
committerLudovic Courtès <ludo@gnu.org>2017-05-10 22:09:13 +0200
commit99bde93b8392e5761f06a5b68b78dd433cacf096 (patch)
tree28fbe12660f0fd3ca47d5bed8da56eac9451d881 /tests/import-utils.scm
parent7fd952e05203d975fcb6cdabd2f742ade1b31b66 (diff)
downloadguix-99bde93b8392e5761f06a5b68b78dd433cacf096.tar.gz
guix-99bde93b8392e5761f06a5b68b78dd433cacf096.zip
gnu: guile-sqlite3: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1. [inputs]: Use GUILE-2.2 instead of GUILE-2.0.
Diffstat (limited to 'tests/import-utils.scm')
0 files changed, 0 insertions, 0 deletions
uments]: Fix build with boost 1.77 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2022-03-14gnu: crypto++: Update to 8.6.0....* gnu/packages/crypto.scm (crypto++): Update to 8.6.0. Note: This release includes a fix for a bug where code using AVX2 instructions produced incorrect encrypted files: https://github.com/weidai11/cryptopp/issues/1069 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2022-03-11gnu: Add libxcrypt....* gnu/packages/crypto.scm (libxcrypt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Allan Adair 2021-12-29gnu: keyutils: Fix trailing whitespace in description....* gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace. Vagrant Cascadian 2021-12-20gnu: bcachefs-tools-static: Fix build....* gnu/packages/crypto.scm (keyutils)[arguments]: Do build the static library, but move it to the :static output in a new 'install:static phase. * gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]: Add this keyutils:static. Tobias Geerinckx-Rice 2021-12-20gnu: keyutils: Gexp arguments....* gnu/packages/crypto.scm (keyutils)[arguments]: Rewrite as a keyword/gexp list. Tobias Geerinckx-Rice 2021-12-19gnu: keyutils: Omit static library....* gnu/packages/crypto.scm (keyutils)[arguments]: Add "NO_ARLIB=1" to #:make-flags. Tobias Geerinckx-Rice 2021-12-19gnu: keyutils: Update to 1.6.3....* gnu/packages/crypto.scm (keyutils): Update to 1.6.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2021-12-19gnu: minisign: Update to 0.10....* gnu/packages/crypto.scm (minisign): Update to 0.10. Tobias Geerinckx-Rice 2021-12-19gnu: minisign: Fetch source from Git....* gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-11-10gnu: Add BLAKE3 command line tool....* gnu/packages/crypto.scm (b3sum): New variable. Leo Famulari 2021-11-10gnu: Add BLAKE3 Rust implementation....* gnu/packages/crypto.scm (rust-blake3-0.3): New variable. Leo Famulari 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-29gnu: botan: Omit static library....* gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static" configure flag. Tobias Geerinckx-Rice 2021-10-29gnu: botan: Update to 2.18.2....* gnu/packages/crypto.scm (botan): Update to 2.18.2. Tobias Geerinckx-Rice 2021-10-26gnu: asignify: Update to 1.1-1.08af003....* gnu/packages/crypto.scm (asignify): Update to 1.1-1.08af003. Leo Famulari 2021-10-26gnu: Add b2sum....* gnu/packages/crypto.scm (b2sum): New variable. Leo Famulari 2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-10-18gnu: Add python-olm....* gnu/packages/crypto.scm (python-olm): New variable. Lars-Dominik Braun