unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 51289@debbugs.gnu.org
Subject: [bug#51289] [PATCH 1/4] gnu: rust-duct-0.13: Update to 0.13.5.
Date: Tue, 19 Oct 2021 12:15:32 -0400	[thread overview]
Message-ID: <a377d6088b5796d97af81582798e2d367189b208.1634660132.git.leo@famulari.name> (raw)
In-Reply-To: <YW7ul4+U6++8nd/S@jasmine.lan>

* gnu/packages/crates-io.scm (rust-duct-0.13): Update to 0.13.5.
[arguments]<cargo-inputs>: Use rust-os-pipe-0.9 instead of rust-os-pipe-0.8.
<cargo-development-inputs>: Remove key.
---
 gnu/packages/crates-io.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 089b9f456c..4add0eef43 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14774,7 +14774,7 @@ (define-public rust-dtparse-1
 (define-public rust-duct-0.13
   (package
     (name "rust-duct")
-    (version "0.13.0")
+    (version "0.13.5")
     (source
      (origin
        (method url-fetch)
@@ -14783,17 +14783,15 @@ (define-public rust-duct-0.13
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1ir3884i1yznkfdccqqbcb9v5sdpcgxlv41hgzncrqaljv18r0wj"))))
+         "13bxiy0y1dck3xz28rqw5ylf2ykv6mk8ww6g8408x26hksjs1ihg"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
        (("rust-libc" ,rust-libc-0.2)
         ("rust-once-cell" ,rust-once-cell-1)
-        ("rust-os-pipe" ,rust-os-pipe-0.8)
-        ("rust-shared-child" ,rust-shared-child-0.3))
-       #:cargo-development-inputs
-       (("rust-tempdir" ,rust-tempdir-0.3))))
+        ("rust-os-pipe" ,rust-os-pipe-0.9)
+        ("rust-shared-child" ,rust-shared-child-0.3))))
     (home-page
      "https://github.com/oconnor663/duct.rs")
     (synopsis
-- 
2.33.1





  reply	other threads:[~2021-10-19 16:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-19 16:13 [bug#51289] BLAKE3 reference implementation and checksum tool Leo Famulari
2021-10-19 16:15 ` Leo Famulari [this message]
2021-10-19 16:15   ` [bug#51289] [PATCH 2/4] gnu: rust-os-pipe: Update to 0.9.2 Leo Famulari
2021-10-19 16:15   ` [bug#51289] [PATCH 3/4] gnu: Add BLAKE3 Rust implementation Leo Famulari
2021-10-19 16:15   ` [bug#51289] [PATCH 4/4] gnu: Add BLAKE3 command line tool Leo Famulari
2021-10-31 13:36 ` [bug#51289] BLAKE3 reference implementation and checksum tool Efraim Flashner
2021-11-04 15:53   ` Leo Famulari
2021-11-10 16:37     ` bug#51289: " Leo Famulari

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=a377d6088b5796d97af81582798e2d367189b208.1634660132.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=51289@debbugs.gnu.org \
    /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).