unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 56752@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#56752] [PATCH v2 02/10] gnu: rust-thiserror-1: Update to 1.0.37.
Date: Wed, 26 Oct 2022 10:59:00 +0200	[thread overview]
Message-ID: <20221026085908.2938-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20221026085908.2938-1-ngraves@ngraves.fr>

* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.37.
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c7b87dd8a2..eb4a0c2c9e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -58061,16 +58061,14 @@ (define-public rust-thin-slice-0.1
 (define-public rust-thiserror-1
   (package
     (name "rust-thiserror")
-    (version "1.0.26")
+    (version "1.0.37")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "thiserror" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1qmz542pq4wmz3p0s4kavsqv09h0x99klkf3k33ydjy1x97rw4ck"))))
+        (base32 "0gky83x4i87gd87w3fknnp920wvk9yycp7dgkf5h3jg364vb7phh"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
-- 
2.38.0





  reply	other threads:[~2022-10-26  9:02 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 21:01 [bug#56752] [PATCH 00/27] Add swayr and swayrbar Aleksandr Vityazev
2022-07-24 21:08 ` Maxime Devos
2022-07-24 21:10 ` [bug#56752] [PATCH 01/27] gnu: Add rust-rt-format-0.3 Aleksandr Vityazev
2022-07-24 21:11 ` [bug#56752] [PATCH 02/27] gnu: Add rust-swaybar-types-3 Aleksandr Vityazev
2022-10-25  7:35 ` [bug#56752] swayr Nicolas Graves via Guix-patches via
2022-10-27  5:54   ` kiasoc5 via Guix-patches via
2022-11-28  8:53   ` Andrew Tropin
2022-11-28 10:08     ` Andrew Tropin
2022-10-26  8:28 ` [bug#56752] [PATCH 01/10] gnu: rust-thiserror-impl-1: Update to 1.0.37 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 02/10] gnu: rust-thiserror-1: " Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 03/10] gnu: Add rust-textwrap-0.15 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 04/10] gnu: Add rust-swayipc-types-1 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 05/10] gnu: Add rust-swayipc-3 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 06/10] gnu: Add rust-rt-format-0.3 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 07/10] gnu: Add rust-clap-lex-0.2 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 08/10] gnu: rust-clap-derive-3: Update to 3.1.18 Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 09/10] gnu: rust-clap-3: " Nicolas Graves via Guix-patches via
2022-10-26  8:28   ` [bug#56752] [PATCH 10/10] gnu: Add swayr Nicolas Graves via Guix-patches via
2022-10-26  9:05   ` [bug#56752] [PATCH 01/10] gnu: rust-thiserror-impl-1: Update to 1.0.37 Nicolas Graves via Guix-patches via
2022-10-26  8:58 ` [bug#56752] [PATCH v2 " Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` Nicolas Graves via Guix-patches via [this message]
2022-10-26  8:59   ` [bug#56752] [PATCH v2 03/10] gnu: Add rust-textwrap-0.15 Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 04/10] gnu: Add rust-swayipc-types-1 Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 05/10] gnu: Add rust-swayipc-3 Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 06/10] gnu: Add rust-rt-format-0.3 Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 07/10] gnu: Add rust-clap-lex-0.2 Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 08/10] gnu: rust-clap-derive-3: Update to 3.1.18 Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 09/10] gnu: rust-clap-3: " Nicolas Graves via Guix-patches via
2022-10-26  8:59   ` [bug#56752] [PATCH v2 10/10] gnu: Add swayr Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221026085908.2938-2-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=56752@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).