all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "VÖRÖSKŐI András" <voroskoi@gmail.com>
To: 66953@debbugs.gnu.org
Cc: "VÖRÖSKŐI András" <voroskoi@gmail.com>,
	"Efraim Flashner" <efraim@flashner.co.il>
Subject: [bug#66953] [PATCH v2 1/2] gnu: rust-cpufeatures-0.2: Update to 0.2.11.
Date: Wed,  8 Nov 2023 20:54:42 +0100	[thread overview]
Message-ID: <4ad228c7e033cb33b0b2099fd6e72b74b1c37012.1699473282.git.voroskoi@gmail.com> (raw)
In-Reply-To: <20231105162717.23863-1-voroskoi@gmail.com>

* 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: 19fe24c5b978a16cbca3cddbfa3ab9d1ee2c68f2
-- 
2.41.0





  parent reply	other threads:[~2023-11-08 19:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-05 16:25 [bug#66953] Working towards rust-rbw update VÖRÖSKŐI András
2023-11-05 17:21 ` András Vöröskői
2023-11-07  8:35 ` Efraim Flashner
2023-11-08 19:54 ` VÖRÖSKŐI András [this message]
2023-11-08 19:54   ` [bug#66953] [PATCH v2 2/2] gnu: Add rust-argon2-0.5 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

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

  git send-email \
    --in-reply-to=4ad228c7e033cb33b0b2099fd6e72b74b1c37012.1699473282.git.voroskoi@gmail.com \
    --to=voroskoi@gmail.com \
    --cc=66953@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 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.