aboutsummaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-20 20:45:39 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:33 +0200
commit399146c98fd8c7a14e67525fca98d0706ef9df8e (patch)
treed7b617ab12b3d10db1a8b3988ef551fccab30c41 /THANKS
parentc6586985ba1d95059d25cc05392de372d5f3cde2 (diff)
downloadguix-399146c98fd8c7a14e67525fca98d0706ef9df8e.tar.gz
guix-399146c98fd8c7a14e67525fca98d0706ef9df8e.zip
gnu: rust-rustls-webpki-0.102: Update to 0.102.8.
* gnu/packages/crates-tls.scm (rust-rustls-webpki-0.102): Update to 0.102.8. [cargo-development-inputs]: Replace rust-base64-0.21 with 0.22, rust-rcgen-0.12 with 0.13. Change-Id: I4cc9f012abb0b0d7ae0f65e194d6763083cf3b99
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions
/guix-devel/2023-01/msg00035.html>. * guix/derivations.scm (read-derivation)[outputs->alist]: Treat the empty hash case as non-fixed-output whether or not the hash algorithm is the empty string, and preserve the hash algorithm in <derivation-output>. * tests/derivations.scm ("'download' built-in builder, no fixed-output hash") ("fixed-output-derivation?, no hash", "read-derivation with hash = #f"): New tests. Ludovic Courtès 2022-10-22Remove now unnecessary uses of (guix grafts)....These modules would use (guix grafts) just to access '%graft?' and related bindings, which are now in (guix store). * gnu/ci.scm, guix/gexp.scm, guix/lint.scm, guix/scripts.scm, guix/scripts/archive.scm, guix/scripts/build.scm, guix/scripts/challenge.scm, guix/scripts/deploy.scm, guix/scripts/environment.scm, guix/scripts/home.scm, guix/scripts/pack.scm, guix/scripts/package.scm, guix/scripts/pull.scm, guix/scripts/size.scm, guix/scripts/system.scm, guix/scripts/weather.scm, tests/builders.scm, tests/channels.scm, tests/cpan.scm, tests/derivations.scm, tests/gexp.scm, tests/graph.scm, tests/guix-daemon.sh, tests/monads.scm, tests/pack.scm, tests/packages.scm, tests/profiles.scm, tests/system.scm: Remove #:use-module (guix grafts). Ludovic Courtès 2022-03-07derivations: Coalesce inputs that have the same output path....Fixes <https://issues.guix.gnu.org/54209>. * guix/derivations.scm (coalesce-duplicate-inputs): Use the output paths of DRV as a hash table key. * tests/derivations.scm ("derivation with duplicate fixed-output inputs"): Expect a single input for FINAL. ("derivation with equivalent fixed-output inputs"): New test. Ludovic Courtès