guix-commits
[Top][All Lists]
Advanced

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

384/470: gnu: Remove rust-cargon-0.0.


From: guix-commits
Subject: 384/470: gnu: Remove rust-cargon-0.0.
Date: Thu, 16 Mar 2023 03:02:21 -0400 (EDT)

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

commit 7a88924036614719aa09a2e381d8d4ab66926c1c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 17:15:12 2023 +0200

    gnu: Remove rust-cargon-0.0.
    
    * gnu/packages/crates-io.scm (rust-cargon-0.0): Delete variable.
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7183bbdccd..8726b80a3a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9817,29 +9817,6 @@ supported by Cargo.")
     (inputs '())
     (native-inputs '())))
 
-(define-public rust-cargon-0.0
-  (package
-    (name "rust-cargon")
-    (version "0.0.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "cargon" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1cszlab7jk736p0lb50ag4l9nv72m7j41bwrmygl0lr4iz0350w2"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-gcc" ,rust-gcc-0.3))))
-    (home-page "https://github.com/bryant/argon2rs";)
-    (synopsis "Thin wrapper around the Argon2 C library")
-    (description
-     "This package provides a thin wrapper around the Argon2 C library.  It is
-used in argon2rs' bench suite.")
-    (license license:wtfpl2)))
-
 (define-public rust-cassowary-0.3
   (package
     (name "rust-cassowary")



reply via email to

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