Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: rust-tokio-rustls-0.13: Skip network tests. | 6263dc3bc00cb8339623fb0973bb2da85fb26e12 | Efraim Flashner | 2020-10-13 06:38:11 |
gnu: rust-tokio-rustls-0.14: Skip network tests. | 6c522a53bdb3ef43debe2ca9f13bbc354504e827 | Efraim Flashner | 2020-10-13 06:36:57 |
gnu: newsboat: Update to 2.21. | 3cdcdcf539827819dfb6357e47404cdb4bec268a | Efraim Flashner | 2020-10-13 06:28:30 |
gnu: rust-unicode-width-0.1: Update to 0.1.8. | 673de819ff31ef7837753fbc83176233f668ae83 | Efraim Flashner | 2020-10-13 06:05:54 |
gnu: Add emacs-py-isort. | ddd61916ce864b473a115d39d73b233978914c3d | Joseph LaFreniere | 2020-10-13 07:21:56 |
gnu: libcanberra: Fix crashes on wayland. | ec82d58526c27a9ca26f6c5e39cec90a48cbc1cc | Julien Lepiller | 2020-10-11 01:58:50 |
news: Add entry for '--with-c-toolchain'. | a2ed00f79fd5bf69c6cca3fa7bdc62726bf848fa | Ludovic Courtès | 2020-10-12 16:22:17 |
guix build: Add '--with-c-toolchain'. | abd7a474615353149a44f4504f0b4b248dcc0716 | Ludovic Courtès | 2020-09-28 16:56:00 |
packages: Add 'package-with-c-toolchain'. | 46135ce4cefab9e164d75697d7ea0c8359b842e4 | Ludovic Courtès | 2020-09-28 15:36:42 |
gnu: clang-toolchain: Create 'cc' and 'c++' symlinks. | b668450716f0949e6a66550c38b6ba738f66bba7 | Ludovic Courtès | 2020-09-28 19:09:50 |
gnu: clang-toolchain: Add 'GUIX_LOCPATH' to the search paths. | 61a5380bfd89c77bb45c9b77203ddfbe27eb0865 | Ludovic Courtès | 2020-09-28 19:19:32 |
gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths. | f848c276f0be22e66b661fe45d60d53fc0013172 | Ludovic Courtès | 2020-09-28 19:07:09 |
substitute: Reduce default narinfo negative TTL to 1h. | 099d709caf55db44414475c27b7b39f8becb0d64 | Ludovic Courtès | 2020-10-12 15:30:35 |
tests: Add missing copyright line. | d3162b98a824a32ce955de18b9b891fbc4342d44 | Ludovic Courtès | 2020-10-12 09:51:13 |
upgrade: Mention '--do-not-upgrade' in '--help' output. | 75e72dd34ef7001ac16e1abfd117672378326aad | Ludovic Courtès | 2020-10-12 09:48:45 |
gnu: rust-clang-sys: Fix package references. | 51d36964800013b679a499927208444cf1374ba1 | Efraim Flashner | 2020-10-12 10:22:04 |
gnu: rust-core-foundation-0.7: Downgrade to 0.7.0. | 8bcfd15c2abd6b7d7d82ab3260df06379febff1f | Efraim Flashner | 2020-10-12 10:12:39 |
gnu: rust-tokio-util-0.3: Skip tests. | af211eb5209bf031d1846743cc15667349fd6bb2 | Efraim Flashner | 2020-10-12 10:08:32 |
gnu: rust-xml-rs-0.7: Downgrade to 0.7.0. | 1bea13cbd5cc9251d4b1d9040032ff1235c672a4 | Efraim Flashner | 2020-10-12 10:03:30 |
gnu: rust-syn-0.11: Skip tests. | b01644cf5363431f13a5b54070c970b69a74a344 | Efraim Flashner | 2020-10-12 09:53:39 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/crates-io.scm | 3 | 1 |
File gnu/packages/crates-io.scm changed (mode: 100644) (index c511567782..103b151ccc) | |||
... | ... | using Rustls.") | |
28907 | 28907 | (base32 | (base32 |
28908 | 28908 | "1d2iy01v5psvm0ygcflzjna7zwgwk36w36bfr6mqf1vpsah65jqm")))) | "1d2iy01v5psvm0ygcflzjna7zwgwk36w36bfr6mqf1vpsah65jqm")))) |
28909 | 28909 | (arguments | (arguments |
28910 | `(#:cargo-inputs | ||
28910 | `(;; These tests require network access. | ||
28911 | #:cargo-test-flags '("--release" "--" "--skip=tls12" "--skip=modern") | ||
28912 | #:cargo-inputs | ||
28911 | 28913 | (("rust-bytes" ,rust-bytes-0.5) | (("rust-bytes" ,rust-bytes-0.5) |
28912 | 28914 | ("rust-futures-core" ,rust-futures-core-0.3) | ("rust-futures-core" ,rust-futures-core-0.3) |
28913 | 28915 | ("rust-rustls" ,rust-rustls-0.17) | ("rust-rustls" ,rust-rustls-0.17) |