guix-commits
[Top][All Lists]
Advanced

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

114/193: gnu: Remove rust-portpicker-0.1.


From: guix-commits
Subject: 114/193: gnu: Remove rust-portpicker-0.1.
Date: Mon, 24 Oct 2022 03:52:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 807afdd8e3e80864a5f50dd5e777f4acaa447101
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:44:05 2022 +0300

    gnu: Remove rust-portpicker-0.1.
    
    * gnu/packages/crates-io.scm (rust-portpicker-0.1): Delete variable.
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cbf9efdc5a..2b4f7550b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43308,27 +43308,6 @@ for constructing a Message Authentication Code (MAC).")
 overloading without macros in Rust.")
     (license license:expat)))
 
-(define-public rust-portpicker-0.1
-  (package
-    (name "rust-portpicker")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "portpicker" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1fgb5pdayxy5nlx1lh60r7gx7wx45zza802w8hwhkq3gq42psjav"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs (("rust-rand" ,rust-rand-0.6))))
-    (home-page "https://github.com/Dentosal/portpicker-rs";)
-    (synopsis "Pick a free unused port")
-    (description
-     "This crate provides picks a free port, that is unused on both TCP and
-UDP.")
-    (license license:unlicense)))
-
 (define-public rust-postgres-0.19
   (package
     (name "rust-postgres")



reply via email to

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