GNU bug report logs - #75061
[PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically.

Previous Next

Package: guix-patches;

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

Date: Tue, 24 Dec 2024 10:22:01 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 #20 received at 75061 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 75061 <at> debbugs.gnu.org
Subject: [PATCH rust-team 6/6] gnu: rust-hyperlocal-0.8: Order alphabetically.
Date: Tue, 24 Dec 2024 11:31:07 +0100
* gnu/packages/crates-web.scm (rust-hyperlocal-0.8): Order.

Change-Id: I128a5ef1284e5cb83741f3ee4ea3516dee9f67d3
---
 gnu/packages/crates-web.scm | 50 ++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 76c17a2812..82870daa26 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3756,31 +3756,6 @@ (define-public rust-hyper-0.10
         ("rust-unicase" ,rust-unicase-1)
         ("rust-url" ,rust-url-1))))))
 
-(define-public rust-hyperlocal-0.8
-  (package
-    (name "rust-hyperlocal")
-    (version "0.8.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "hyperlocal" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3)
-                       ("rust-hex" ,rust-hex-0.4)
-                       ("rust-hyper" ,rust-hyper-0.14)
-                       ("rust-pin-project" ,rust-pin-project-1)
-                       ("rust-tokio" ,rust-tokio-1))
-       #:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))
-    (home-page "https://github.com/softprops/hyperlocal")
-    (synopsis "Hyper bindings for Unix domain sockets")
-    (description
-     "This package provides Hyper bindings for Unix domain sockets.")
-    (license license:expat)))
-
 (define-public rust-hyper-native-tls-0.3
   (package
     (name "rust-hyper-native-tls")
@@ -4175,6 +4150,31 @@ (define-public rust-hyper-util-0.1
     (description "This package provides utilities for the @code{hyper} crate.")
     (license license:expat)))
 
+(define-public rust-hyperlocal-0.8
+  (package
+    (name "rust-hyperlocal")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hyperlocal" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3)
+                       ("rust-hex" ,rust-hex-0.4)
+                       ("rust-hyper" ,rust-hyper-0.14)
+                       ("rust-pin-project" ,rust-pin-project-1)
+                       ("rust-tokio" ,rust-tokio-1))
+       #:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))
+    (home-page "https://github.com/softprops/hyperlocal")
+    (synopsis "Hyper bindings for Unix domain sockets")
+    (description
+     "This package provides Hyper bindings for Unix domain sockets.")
+    (license license:expat)))
+
 (define-public rust-iron-0.6
   (package
     (name "rust-iron")
-- 
2.45.2





This bug report was last modified 206 days ago.

Previous Next


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