GNU bug report logs - #70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Sat, 27 Apr 2024 12:25:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


Message #512 received at 70606 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 70606 <at> debbugs.gnu.org
Subject: [PATCH rust-team 86/92] gnu: rust-fasthash-sys-0.3: Order
 alphabetically.
Date: Tue, 24 Dec 2024 16:32:51 +0100
* gnu/packages/crates-io.scm (rust-fasthash-sys-0.3): Order.

Change-Id: I9aa71a35880b19d686dabbfee85cc5356f80bac4
---
 gnu/packages/crates-io.scm | 46 +++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fe6aa3931c..bb96d92d7c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27903,29 +27903,6 @@ (define-public rust-fasthash-0.4
 Rust.")
     (license license:asl2.0)))
 
-(define-public rust-fasthash-sys-0.3
-  (package
-    (name "rust-fasthash-sys")
-    (version "0.3.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "fasthash-sys" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1y18v8yya5pnzgfji9lwnrz5jl7q8q2xj2a0sg6ibrz2pwd99pmn"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.37)
-                       ("rust-gcc" ,rust-gcc-0.3))))
-    (home-page "https://github.com/flier/rust-fasthash")
-    (synopsis "Suite of non-cryptographic hash functions for Rust")
-    (description
-     "This package provides a suite of non-cryptographic hash functions for
-Rust.")
-    (license license:asl2.0)))
-
 (define-public rust-faster-hex-0.9
   (package
     (name "rust-faster-hex")
@@ -27976,6 +27953,29 @@ (define-public rust-faster-hex-0.8
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-json" ,rust-serde-json-1))))))
 
+(define-public rust-fasthash-sys-0.3
+  (package
+    (name "rust-fasthash-sys")
+    (version "0.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "fasthash-sys" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1y18v8yya5pnzgfji9lwnrz5jl7q8q2xj2a0sg6ibrz2pwd99pmn"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.37)
+                       ("rust-gcc" ,rust-gcc-0.3))))
+    (home-page "https://github.com/flier/rust-fasthash")
+    (synopsis "Suite of non-cryptographic hash functions for Rust")
+    (description
+     "This package provides a suite of non-cryptographic hash functions for
+Rust.")
+    (license license:asl2.0)))
+
 (define-public rust-fastq-0.6
   (package
     (name "rust-fastq")
-- 
2.45.2





This bug report was last modified 207 days ago.

Previous Next


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