all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67087] [PATCH 01/36] gnu: rust-cpufeatures-0.2: Update to 0.2.11.
@ 2023-11-11 15:15 VÖRÖSKŐI András
  2023-11-11 15:15 ` [bug#67078] [PATCH 02/36] gnu: Add rust-argon2-0.5 VÖRÖSKŐI András
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: VÖRÖSKŐI András @ 2023-11-11 15:15 UTC (permalink / raw)
  To: 67087; +Cc: VÖRÖSKŐI András

* gnu/packages/crates-io.scm (rust-cpufeatures-0.2): Update to 0.2.11.

Change-Id: I628535e34bb2c05cefafc6993683318875bb9117
---
 gnu/packages/crates-io.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20..119a59d24f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16273,14 +16273,18 @@ (define-public rust-cpp-demangle-0.3
 (define-public rust-cpufeatures-0.2
   (package
     (name "rust-cpufeatures")
-    (version "0.2.1")
+    (version "0.2.11")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "cpufeatures" version))
        (file-name (string-append name "-" version ".tar.gz"))
+       (snippet
+        #~(begin
+            (use-modules (guix build utils))
+            (substitute* "Cargo.toml" (("0.2.149") "^0.2.148"))))
        (sha256
-        (base32 "0sgllzsvs8hinylaiigmd9c908gd8wclxnqz8dinpxbdyql981cm"))))
+        (base32 "1l0gzsyy576n017g9bf0vkv5hhg9cpz1h1libxyfdlzcgbh0yhnf"))))
     (build-system cargo-build-system)
     (arguments `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
     (home-page "https://github.com/RustCrypto/utils")

base-commit: 42bec70a91d2205371c96287bcf565dcc5f5dd74
prerequisite-patch-id: 0a4b03028b7caefac9db481651f876149f779b3e
prerequisite-patch-id: ec22a6f580d893c77ba72eb6f6434d194241d04a
prerequisite-patch-id: be5044bcb97f400d06f45e29a5b6471d65757646
prerequisite-patch-id: cad7e4a74f5937d6b23a491ac4253d017222ad0f
prerequisite-patch-id: 16f300f8978be877492abb3f31c2cc569c16a6d1
prerequisite-patch-id: 4542b7b62792ad8792c3fc6d27f128b225defbd3
prerequisite-patch-id: 65c52ee7a8fd1ad317f5eebd32f5e10e9bf84995
prerequisite-patch-id: ffb668de109726444a0f58ecb8bb2a7f18956f2d
prerequisite-patch-id: 22d4a5be6279d3260c64fc844e2a2896b2d47753
prerequisite-patch-id: 43b7202bd62a4488685baa7436d94a6b1aecbb0e
prerequisite-patch-id: 25f8e31050d1c193d2d6b342aa2ffac7bc18f535
prerequisite-patch-id: 611ac87947da470dde66c27568551ffe8b6a4e22
prerequisite-patch-id: 079e547893a7fc10cd12c19e76c64131913248df
prerequisite-patch-id: 22d6e5f52433c4ba343aee7424ac15df02d02ac6
prerequisite-patch-id: 5d2ef2f39bfd92e76e8c4e479411de4ddddd9c0c
prerequisite-patch-id: 88ba53f5d9a48388f988c9a8ea23f3e569ce0c61
prerequisite-patch-id: c9c9f7e92ae2a3c26d0b3cab525921c690586979
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2023-11-11 15:21 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-11 15:15 [bug#67087] [PATCH 01/36] gnu: rust-cpufeatures-0.2: Update to 0.2.11 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67078] [PATCH 02/36] gnu: Add rust-argon2-0.5 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67080] [PATCH 03/36] gnu: rust-base64-0.21: Update to 0.21.5 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67079] [PATCH 04/36] gnu: Add rust-borsh-schema-derive-internal-0.10 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67081] [PATCH 05/36] gnu: Add rust-borsh-derive-internal-0.10 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67083] [PATCH 06/36] gnu: Add rust-borsh-derive-0.10 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67089] [PATCH 07/36] gnu: Add rust-borsh-0.10 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67082] [PATCH 08/36] gnu: rust-zeroize-1: Update to 1.6.0 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67084] [PATCH 09/36] gnu: rust-thiserror-impl-1: Update to 1.0.50 VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67086] [PATCH 10/36] gnu: rust-thiserror-1: " VÖRÖSKŐI András
2023-11-11 15:15 ` [bug#67085] [PATCH 11/36] gnu: rust-anyhow-1: Update to 1.0.75 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67088] [PATCH 12/36] gnu: rust-aes-0.8: Update to 0.8.3 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67090] [PATCH 13/36] gnu: rust-block-padding-0.3: Update to 0.3.3 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67091] [PATCH 14/36] gnu: Add rust-daemonize-0.5 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67092] [PATCH 15/36] gnu: rust-digest-0.10: Update to 0.10.7 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67093] [PATCH 16/36] gnu: Add rust-directories-5 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67094] [PATCH 17/36] gnu: Add rust-koibumi-base32-0.0 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67095] [PATCH 18/36] gnu: Add rust-input-buffer-0.5 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67096] [PATCH 19/36] gnu: rust-pbkdf2-0.12: Update to 0.12.2 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67097] [PATCH 20/36] gnu: Add rust-rmpv-1 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67098] [PATCH 21/36] gnu: rust-serde-path-to-error-0.1: Update to 0.1.14 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67099] [PATCH 22/36] gnu: rust-terminal-size-0.2: Update to 0.2.6 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67100] [PATCH 23/36] gnu: Add rust-tokio-rustls-0.24 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67101] [PATCH 24/36] gnu: Add rust-tungstenite-0.19 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67102] [PATCH 25/36] gnu: Add rust-totp-lite-2 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67103] [PATCH 26/36] gnu: rust-tokio-native-tls-0.3: Update to 0.3.1 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67104] [PATCH 27/36] gnu: rust-h2-0.3: Update to 0.3.21 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67087] [PATCH 28/36] gnu: Add rust-netmap-sys-0.1 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67105] [PATCH 29/36] gnu: Add rust-pcap-0.7 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67106] [PATCH 30/36] gnu: Add rust-pnet-base-0.27 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67107] [PATCH 31/36] gnu: Add rust-pnet-datalink-0.27 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67087] [PATCH 32/36] gnu: Add rust-pnet-sys-0.27 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67087] [PATCH 33/36] gnu: rust-hyper-0.14: Update to 0.14.27 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67087] [PATCH 34/36] gnu: Add rust-tokio-tungstenite-0.19 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67087] [PATCH 35/36] gnu: rust-sha2-0.10: Update to 0.10.8 VÖRÖSKŐI András
2023-11-11 15:16 ` [bug#67087] [PATCH 36/36] gnu: rbw: Update to 1.8.3 VÖRÖSKŐI András

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.