all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Solomon Victorino via Guix-patches via <guix-patches@gnu.org>
To: 71060@debbugs.gnu.org
Cc: Solomon Victorino <git@solomonvictorino.com>
Subject: [bug#71060] [PATCH rust-team 1/3] gnu: rust-anyhow-1: Update to 1.0.85.
Date: Sat, 18 May 2024 12:05:14 -0600	[thread overview]
Message-ID: <20240518180611.268632-4-git@solomonvictorino.com> (raw)

* gnu/packages/crates-io.scm (rust-anyhow-1): Update to 1.0.85.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fd87a0f8c7..19b56c6a9f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2092,14 +2092,14 @@ (define-public rust-antidote-1
 (define-public rust-anyhow-1
   (package
     (name "rust-anyhow")
-    (version "1.0.79")
+    (version "1.0.85")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "anyhow" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1ji5irqiwr8yprgqj8zvnli7zd7fz9kzaiddq44jnrl2l289h3h8"))))
+        (base32 "0dvar272rl1m32hncwhhajmmw1p15rp8l1i1yp84rnmn788vv917"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-- 
2.45.1





                 reply	other threads:[~2024-05-19 15:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=20240518180611.268632-4-git@solomonvictorino.com \
    --to=guix-patches@gnu.org \
    --cc=71060@debbugs.gnu.org \
    --cc=git@solomonvictorino.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.