unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45276] [PATCH 00/26] Update sequoia-opengpg to 1.0.0
@ 2020-12-16 20:31 Hartmut Goebel
  2020-12-16 20:36 ` [bug#45276] [PATCH 01/26] gnu: Add rust-cipher-0.2 Hartmut Goebel
                   ` (27 more replies)
  0 siblings, 28 replies; 33+ messages in thread
From: Hartmut Goebel @ 2020-12-16 20:31 UTC (permalink / raw)
  To: 45276

v1.0.0 was released just today. Here is the update :-)

Hartmut Goebel (26):
  gnu: Add rust-cipher-0.2.
  gnu: Add rust-cmac-0.5.
  gnu: Add rust-ctr-0.6.
  gnu: Add rust-dbl-0.3.
  gnu: Add rust-eax-0.3.
  gnu: Add rust-sha1collisiondetection-0.2.
  gnu: Add rust-crypto-mac-0.10.
  gnu: Add rust-pin-utils-0.1.
  gnu: Add rust-pin-project-1, rust-pin-project-internal-1.
  gnu: Replace rust-capnp-0.10 by rust-capnp-0.13.
  gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13.
  gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13.
  gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13.
  gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4.
  gnu: rust-proc-macro-hack-0.5: Update to 0.5.19.
  gnu: rust-socket2: Update to 0.3.18.
  gnu: rust-futures-util-0.3: Update to 0.3.8.
  gnu: rust-futures-0.3: Update to 0.3.8.
  gnu: rust-futures-channel-0.3: Update to 0.3.8.
  gnu: rust-futures-core-0.3: Update to 0.3.8.
  gnu: rust-futures-executor-0.3: Update to 0.3.8.
  gnu: rust-futures-io-0.3: Update to 0.3.8.
  gnu: rust-futures-macro-0.3: Update to 0.3.8.
  gnu: rust-futures-sink-0.3: Update to 0.3.8.
  gnu: rust-futures-task-0.3: Update to 0.3.8.
  gnu: sequoia: Update to 1.0.0.

 gnu/packages/crates-io.scm | 414 ++++++++++++++++++++++++++++++-------
 gnu/packages/sequoia.scm   |  26 ++-
 2 files changed, 349 insertions(+), 91 deletions(-)

-- 
2.21.3





^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2021-01-08  9:36 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-16 20:31 [bug#45276] [PATCH 00/26] Update sequoia-opengpg to 1.0.0 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 01/26] gnu: Add rust-cipher-0.2 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 02/26] gnu: Add rust-cmac-0.5 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 03/26] gnu: Add rust-ctr-0.6 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 04/26] gnu: Add rust-dbl-0.3 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 05/26] gnu: Add rust-eax-0.3 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 06/26] gnu: Add rust-sha1collisiondetection-0.2 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 07/26] gnu: Add rust-crypto-mac-0.10 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 08/26] gnu: Add rust-pin-utils-0.1 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 09/26] gnu: Add rust-pin-project-1, rust-pin-project-internal-1 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 10/26] gnu: Replace rust-capnp-0.10 by rust-capnp-0.13 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 11/26] gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 12/26] gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 13/26] gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 14/26] gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 15/26] gnu: rust-proc-macro-hack-0.5: Update to 0.5.19 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 16/26] gnu: rust-socket2: Update to 0.3.18 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 17/26] gnu: rust-futures-util-0.3: Update to 0.3.8 Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 18/26] gnu: rust-futures-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 19/26] gnu: rust-futures-channel-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 20/26] gnu: rust-futures-core-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 21/26] gnu: rust-futures-executor-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 22/26] gnu: rust-futures-io-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 23/26] gnu: rust-futures-macro-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 24/26] gnu: rust-futures-sink-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 25/26] gnu: rust-futures-task-0.3: " Hartmut Goebel
2020-12-16 20:36 ` [bug#45276] [PATCH 26/26] gnu: sequoia: Update to 1.0.0 Hartmut Goebel
2020-12-17 15:01 ` [bug#45276] [PATCH 00/26] Update sequoia-opengpg " Nicolas Goaziou
2020-12-17 16:05   ` Hartmut Goebel
2020-12-17 20:08     ` Efraim Flashner
2021-01-06 18:05       ` Hartmut Goebel
2021-01-06 19:37         ` Leo Famulari
     [not found] ` <handler.45276.B.160815072411765.ack@debbugs.gnu.org>
2021-01-08  9:35   ` bug#45276: Acknowledgement ([PATCH 00/26] Update sequoia-opengpg to 1.0.0) Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).