aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/sha512.h
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2020-06-02 07:33:29 +0530
committerArun Isaac <arunisaac@systemreboot.net>2020-06-02 07:37:10 +0530
commitb578168f439d030097d03ecf7449261c0954ddfc (patch)
treecd9335d94e94c55c09cc6af3fdea11440affe90c /nix/libutil/sha512.h
parent74f017587031dc59a02de966fc09d886f1e9b1eb (diff)
downloadguix-b578168f439d030097d03ecf7449261c0954ddfc.tar.gz
guix-b578168f439d030097d03ecf7449261c0954ddfc.zip
gnu: python-axolotl: Update to 0.2.3.
* gnu/packages/python-crypto.scm (python-axolotl): Update to 0.2.3. [source]: Use PyPI URI. [propagated-inputs]: Remove python-dateutil and python-pycrypto. Add python-cryptography.
Diffstat (limited to 'nix/libutil/sha512.h')
0 files changed, 0 insertions, 0 deletions
17:00:27 +0100'>2020-11-20image: Add pinebook-pro support....* gnu/system/images/pinebook-pro.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/ci.scm (%guix-system-images): Add pinebook-pro-barebones-raw-image. Mathieu Othacehe 2020-10-06images: Add pine64-barebones-raw-image....* gnu/system/images/pine64.scm (pine64-barebones-raw-image): New variable. * gnu/ci.scm (%guix-system-images): Add it. Mathieu Othacehe 2020-10-05images: Add pine64 support....* gnu/system/images/pine64.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/system/image.scm (arm64-disk-image, arm64-image-type): New variables. Mathieu Othacehe 2020-09-30system: image: Add image-type support....* gnu/system/image.scm (image-with-os): New macro. Rename the old "image-with-os" procedure to ... (image-with-os*): ... this new procedure, (system-image): adapt according, (raw-image-type, iso-image-type, uncompressed-iso-image-type %image-types): new variables, (lookup-image-type-by-name): new procedure. (find-image): remove it. * gnu/system/images/hurd.scm (hurd-image-type): New variable, use it to define ... (hurd-disk-image): ... this variable, using "os->image" procedure. * gnu/tests/install.scm (run-install): Rename installation-disk-image-file-system-type parameter to installation-image-type, use os->config instead of find-image to compute the image passed to system-image, (%test-iso-image-installer) adapt accordingly, (guided-installation-test): ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Mathieu Othacehe 2020-09-29images: hurd: Add hurd-barebones-qcow2-image....* gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable. Mathieu Othacehe