unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "VÖRÖSKŐI András" <voroskoi@gmail.com>
To: 70461@debbugs.gnu.org
Cc: "VÖRÖSKŐI András" <voroskoi@gmail.com>,
	"Efraim Flashner" <efraim@flashner.co.il>
Subject: [bug#70461] [PATCH 1/9] gnu: rust-insta: Update to 1.39.0.
Date: Sun, 19 May 2024 05:39:21 +0200	[thread overview]
Message-ID: <50cb6cad0fc077072067f68a7502c999b5e40fd7.1716089968.git.voroskoi@gmail.com> (raw)
In-Reply-To: <CALxLQm8pEFMLD-ABYfqAPTtw134n0PF-Df+HZnNVVQeCLW5Tzg@mail.gmail.com>

* gnu/packages/crates-io.scm (rust-insta): Update to 1.39.0.

Change-Id: Ia048fe9d5a3e34d8efae680233072ead892457f9
---
 gnu/packages/crates-io.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f3b48ee0a5..ac827e3b05 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34036,14 +34036,14 @@ (define-public rust-inout-0.1
 (define-public rust-insta-1
   (package
     (name "rust-insta")
-    (version "1.34.0")
+    (version "1.39.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "insta" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1z7v6mzm1djv9sn1k9j796xl2i3llwzj82klcz1cybsbwc5n0r2x"))
+        (base32 "1xd64139vi0hrxs8l8k3r1xqf2x8b0x5chsh47lwkqj85l2fc2l1"))
        (modules '((guix build utils)))
        (snippet
         '(begin (substitute* "Cargo.toml"
@@ -34067,10 +34067,10 @@ (define-public rust-insta-1
         ("rust-serde" ,rust-serde-1)
         ("rust-similar" ,rust-similar-2)
         ("rust-toml" ,rust-toml-0.5)
-        ("rust-walkdir" ,rust-walkdir-2)
-        ("rust-yaml-rust" ,rust-yaml-rust-0.4))
+        ("rust-walkdir" ,rust-walkdir-2))
        #:cargo-development-inputs
-       (("rust-serde" ,rust-serde-1)
+       (("rust-rustc-version" ,rust-rustc-version-0.4)
+        ("rust-serde" ,rust-serde-1)
         ("rust-similar-asserts" ,rust-similar-asserts-1))))
     (home-page "https://insta.rs/")
     (synopsis "Snapshot testing library for Rust")

base-commit: 2c90e7aa2f078da27d517b2b77b61810f4513809
prerequisite-patch-id: c368f06e2e1578ce969b050720f286c616d44e55
prerequisite-patch-id: 7825cb21526f679b8722ff2546b86ebe3d225e5d
prerequisite-patch-id: 16ba8d9da101f35a63509fa6fe1bb7196353af1d
prerequisite-patch-id: 4ea3b6a9acaedfc3e9c43dc535aeafa384013c75
prerequisite-patch-id: 30fcf0d2013883ed27cd839d7ce6f1484b18ea5f
prerequisite-patch-id: 21a6980398a615898006800c2f8879c978918d22
prerequisite-patch-id: 3612ec67b73325da9cdc47c3e6aa7a3db784a238
prerequisite-patch-id: 1fd8d934f2281fbd0a5d237db552c4d0be1f1a8f
prerequisite-patch-id: d92155a725cccc34367c972494bb8129dd7ee06f
prerequisite-patch-id: 3525df80a6d55c4cc822068781140ba78a0ac71d
-- 
2.41.0





  parent reply	other threads:[~2024-05-19  3:41 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 20:01 [bug#70461] gitui-0.26.1 András Vöröskői
2024-04-18 20:28 ` [bug#70461] [PATCH 01/10] gnu: rust-rayon: Update to 1.10.0 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 02/10] gnu: Add rust-bcrypt-pbkdf-0.10.0 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 03/10] gnu: rust-primeorder: Update to 0.13.6 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 04/10] gnu: Add rust-p521-0.13.3 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 05/10] gnu: Add rust-ssh-encoding-0.2.0 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 06/10] gnu: Add rust-ssh-cipher-0.2.0 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 07/10] gnu: Add rust-ssh-key-0.6.6 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 08/10] gnu: Add rust-asyncgit-0.26.0 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 09/10] gnu: Add rust-two-face-0.3.0 VÖRÖSKŐI András
2024-04-18 20:28   ` [bug#70461] [PATCH 10/10] gnu: gitui: Update to 0.26.1 VÖRÖSKŐI András
2024-05-19  3:39 ` VÖRÖSKŐI András [this message]
2024-05-19  3:39   ` [bug#70461] [PATCH 2/9] gnu: Add rust-two-face-0.4.0 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 3/9] gnu: Add rust-unicode-truncate-1.0.0 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 4/9] gnu: rust-tokio: Update to 1.37.0 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 5/9] gnu: Add rust-sdd-0.2.0 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 6/9] gnu: Add rust-scc-2.1.1 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 7/9] gnu: rust-serial-test: Update to 3.1.1 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 8/9] gnu: rust-asyncgit: Update to 0.26.2 VÖRÖSKŐI András
2024-05-19  3:39   ` [bug#70461] [PATCH 9/9] gnu: gitui: " VÖRÖSKŐI András

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=50cb6cad0fc077072067f68a7502c999b5e40fd7.1716089968.git.voroskoi@gmail.com \
    --to=voroskoi@gmail.com \
    --cc=70461@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /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).