unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53095] [PATCH 20/41] gnu: rust-rbw: adding rust-cpufeatures-0.2
@ 2022-01-07 14:14 Nicolas Graves via Guix-patches via
  2022-01-19 13:48 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-07 14:14 UTC (permalink / raw)
  To: 53095

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0021-rust-rbw-dependencies-adding-rust-cpufeatures-0.2.patch --]
[-- Type: text/x-patch, Size: 2166 bytes --]

From 3d10a17242bc2c208e9d029e042ea9fe77c534e3 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 12:26:05 +0100
Subject: [PATCH 21/42] rust-rbw dependencies : adding rust-cpufeatures-0.2

---
 gnu/packages/crates-io.scm | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 13e707dd75..602391082b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11737,22 +11737,19 @@ (define-public rust-cpp-demangle-0.2
        (("rust-clap" ,rust-clap-2)
         ("rust-diff" ,rust-diff-0.1))))))
 
-(define-public rust-cpufeatures-0.1
+(define-public rust-cpufeatures-0.2
   (package
     (name "rust-cpufeatures")
-    (version "0.1.4")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "cpufeatures" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1j0i97325c2grndsfgnm3lqk0xbyvdl2dbgn8i5dd9yhnmycc07d"))))
+        (base32 "0sgllzsvs8hinylaiigmd9c908gd8wclxnqz8dinpxbdyql981cm"))))
     (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-libc" ,rust-libc-0.2))))
+    (arguments `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
     (home-page "https://github.com/RustCrypto/utils")
     (synopsis "Alternative to the @code{is_x86_feature_detected!} macro")
     (description
@@ -11760,6 +11757,19 @@ (define-public rust-cpufeatures-0.1
 to the @code{is_x86_feature_detected!} macro.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-cpufeatures-0.1
+  (package
+    (inherit rust-cpufeatures-0.2)
+    (name "rust-cpufeatures")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cpufeatures" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1j0i97325c2grndsfgnm3lqk0xbyvdl2dbgn8i5dd9yhnmycc07d"))))))
+
 (define-public rust-cpuid-bool-0.1
   (package
     (name "rust-cpuid-bool")
-- 
2.34.0





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

* [bug#53095] [PATCH 20/41] gnu: rust-rbw: adding rust-cpufeatures-0.2
  2022-01-07 14:14 [bug#53095] [PATCH 20/41] gnu: rust-rbw: adding rust-cpufeatures-0.2 Nicolas Graves via Guix-patches via
@ 2022-01-19 13:48 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-19 13:48 UTC (permalink / raw)
  To: 53095; +Cc: Nicolas Graves, 53095-done

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> From 3d10a17242bc2c208e9d029e042ea9fe77c534e3 Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 12:26:05 +0100
> Subject: [PATCH 21/42] rust-rbw dependencies : adding
> rust-cpufeatures-0.2

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-19 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 14:14 [bug#53095] [PATCH 20/41] gnu: rust-rbw: adding rust-cpufeatures-0.2 Nicolas Graves via Guix-patches via
2022-01-19 13:48 ` Nicolas Goaziou

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).