aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-10-24 12:18:18 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-10-24 17:40:11 +0300
commit789a7a3d67f2fc30a38fd481e5c55230ec17badd (patch)
tree7fa6853c23f2a212b3216eb3bd0737d74d6c814f
parentab7c4c5a04109a2e958ad4424c9d0f916afe4fde (diff)
downloadguix-789a7a3d67f2fc30a38fd481e5c55230ec17badd.tar.gz
guix-789a7a3d67f2fc30a38fd481e5c55230ec17badd.zip
gnu: Remove rust-cargon-0.0.
* gnu/packages/crates-io.scm (rust-cargon-0.0): Delete variable.
-rw-r--r--gnu/packages/crates-io.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7239423484..d7344aa90e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9687,29 +9687,6 @@ optional dependency graph analysis.")
supported by Cargo.")
(license (list license:expat license:asl2.0))))
-(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")