aboutsummaryrefslogtreecommitdiff
path: root/doc/images/service-graph.dot
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-27 17:18:38 -0500
committerLeo Famulari <leo@famulari.name>2022-01-27 18:50:00 -0500
commit33373e86225f60a7b20a33bb0fdf20f79e600901 (patch)
tree70fa9607c2a65f854e87152fb08ceca7f97b4e9c /doc/images/service-graph.dot
parent1097be7c593e03fbca0ce4fd52ff0863c03aeb76 (diff)
downloadguix-33373e86225f60a7b20a33bb0fdf20f79e600901.tar.gz
guix-33373e86225f60a7b20a33bb0fdf20f79e600901.zip
gnu: linux-libre 4.4: Update to 4.4.300.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.300. (linux-libre-4.4-pristine-source, deblob-scripts-4.4): Update hashes.
Diffstat (limited to 'doc/images/service-graph.dot')
0 files changed, 0 insertions, 0 deletions
is called. * tests/derivations.scm: adjust test cases to use automatically assign a port. As there is no risk of a port conflict now, do not make any tests conditional upon 'http-server-can-listen?' anymore. * tests/elpa.scm: likewise. * tests/lint.scm: likewise, and add a TODO comment about a port that is still hard-coded. * tests/texlive.scm: likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2020-05-22packages: Introduce <content-hash> and use it in <origin>....* guix/packages.scm (<content-hash>): New record type. (define-content-hash-constructor, build-content-hash) (content-hash): New macros. (print-content-hash): New procedure. (<origin>): Rename constructor to '%origin'. [sha256]: Remove field. [hash]: New field. Adjust users. (origin-compatibility-helper, origin): New macros. (origin-sha256): New deprecated procedure. (origin->derivation): Adjust accordingly. * tests/packages.scm ("package-source-derivation, origin, sha512"): New test. * guix/tests.scm: Hide (gcrypt hash) 'sha256' for proper syntax matching. * tests/challenge.scm: Add #:prefix for (gcrypt hash) and adjust users. * tests/derivations.scm: Likewise. * tests/store.scm: Likewise. * tests/graph.scm ("bag DAG, including origins"): Provide '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-05-22tests: Test fixed-output derivations with several hash algorithms....* tests/derivations.scm ("fixed-output derivation"): Test several hash algorithms. Ludovic Courtès