all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71060] [PATCH rust-team 1/3] gnu: rust-anyhow-1: Update to 1.0.85.
@ 2024-05-18 18:05 Solomon Victorino via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Solomon Victorino via Guix-patches via @ 2024-05-18 18:05 UTC (permalink / raw)
  To: 71060; +Cc: Solomon Victorino

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-19 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 18:05 [bug#71060] [PATCH rust-team 1/3] gnu: rust-anyhow-1: Update to 1.0.85 Solomon Victorino via Guix-patches via

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.