GNU bug report logs - #73884
[PATCH 00/19] gnu: Add swayrbar

Previous Next

Package: guix-patches;

Reported by: Luca Matei Pintilie <luca <at> lucamatei.com>

Date: Sat, 19 Oct 2024 14:26:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Luca Matei Pintilie <luca <at> lucamatei.com>
To: 73884 <at> debbugs.gnu.org
Cc: Luca Matei Pintilie <luca <at> lucamatei.com>, efraim <at> flashner.co.il
Subject: [bug#73884] [PATCH v1 14/19] gnu: rust-portable-atomic-1: Update to 1.9.0
Date: Sat, 19 Oct 2024 16:49:30 +0200
Change-Id: I705e84b34d68e00d39b040b2f14d9095c0094549
---
 gnu/packages/crates-io.scm | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e80f2eab4f..c9ed7cd464 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56678,26 +56678,25 @@ (define-public rust-pori-0.0.0
 (define-public rust-portable-atomic-1
   (package
     (name "rust-portable-atomic")
-    (version "1.6.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "portable-atomic" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32 "1h77x9qx7pns0d66vdrmdbmwpi7586h7ysnkdnhrn5mwi2cyyw3i"))))
+    (version "1.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "portable-atomic" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1cmd87qj90panwsi350djb8lsxdryqkkxmimjcz7a1nsysini76c"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f              ; Not all test dependencies declared.
-       #:cargo-inputs
-       (("rust-critical-section" ,rust-critical-section-1)
-        ("rust-serde" ,rust-serde-1))
-       #:cargo-development-inputs
-       (("rust-build-context" ,rust-build-context-0.1)
-        ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
-        ("rust-fastrand" ,rust-fastrand-2)
-        ("rust-paste" ,rust-paste-1)
-        ("rust-sptr" ,rust-sptr-0.3)
-        ("rust-static-assertions" ,rust-static-assertions-1))))
+     `(#:tests? #f ;Not all test dependencies declared.
+       #:cargo-inputs (("rust-critical-section" ,rust-critical-section-1)
+                       ("rust-serde" ,rust-serde-1))
+       #:cargo-development-inputs (("rust-build-context" ,rust-build-context-0.1)
+                                   ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8.16)
+                                   ("rust-fastrand" ,rust-fastrand-2)
+                                   ("rust-paste" ,rust-paste-1)
+                                   ("rust-sptr" ,rust-sptr-0.3)
+                                   ("rust-static-assertions" ,rust-static-assertions-1))))
     (home-page "https://github.com/taiki-e/portable-atomic")
     (synopsis "Portable atomic types")
     (description
-- 
2.47.0





This bug report was last modified 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.