guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/62: gnu: Place rust-rtoolbox-0.0.1 in alphabetical order.


From: guix-commits
Subject: 24/62: gnu: Place rust-rtoolbox-0.0.1 in alphabetical order.
Date: Wed, 13 Mar 2024 16:22:19 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 1790f05eb80b8d10bd15feb016c5fb0b84c1a9ac
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:22 2024 +0100

    gnu: Place rust-rtoolbox-0.0.1 in alphabetical order.
    
    gnu/packages/crates-io.scm (rust-rtoolbox-0.0.1): Move variable.
    
    Change-Id: I71364774e17b776c43b696791a98c01e62655c10
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 50 +++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b4ff636abc..a8276afc8c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16142,31 +16142,6 @@ many formats including AAC, FLAC, MP3, MP4 and WAV.")
      "@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-rtoolbox-0.0.1
-  (package
-    (name "rust-rtoolbox")
-    (version "0.0.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "rtoolbox" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0jjjngwn1fa39kschc8zb4hynp4b0jdind7z225cph7m2k2j4kh3"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-libc" ,rust-libc-0.2)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-winapi" ,rust-winapi-0.3))))
-    (home-page "")
-    (synopsis "Utility functions for other crates")
-    (description
-     "This package provides utility functions for other crates with no
-backwards compatibility guarantees.")
-    (license license:asl2.0)))
-
 (define-public rust-cssparser-0.29
   (package
     (name "rust-cssparser")
@@ -56216,6 +56191,31 @@ resources (links, addresses, arp tables, route tables) 
via the netlink route
 protocol.")
     (license license:expat)))
 
+(define-public rust-rtoolbox-0.0.1
+  (package
+    (name "rust-rtoolbox")
+    (version "0.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "rtoolbox" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0jjjngwn1fa39kschc8zb4hynp4b0jdind7z225cph7m2k2j4kh3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-libc" ,rust-libc-0.2)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1)
+        ("rust-winapi" ,rust-winapi-0.3))))
+    (home-page "")
+    (synopsis "Utility functions for other crates")
+    (description
+     "This package provides utility functions for other crates with no
+backwards compatibility guarantees.")
+    (license license:asl2.0)))
+
 (define-public rust-rug-1
   (package
     (name "rust-rug")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]