guix-commits
[Top][All Lists]
Advanced

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

170/187: gnu: Remove rust-password-hash-0.1.


From: guix-commits
Subject: 170/187: gnu: Remove rust-password-hash-0.1.
Date: Mon, 24 Oct 2022 10:58:36 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d8422c76feba9d12d402a3e1b190665037a4a5c4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:32:29 2022 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3e48644b58..5e59591c23 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38823,24 +38823,6 @@ the PHC string format (a well-defined subset of the 
Modular Crypt
 Format (MCF).")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-password-hash-0.1
-  (package
-    (inherit rust-password-hash-0.3)
-    (name "rust-password-hash")
-    (version "0.1.4")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "password-hash" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "1ymh3np2bamjy8rszimksxcp264dclil4620bxm8rff9pyj6m62l"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-        (("rust-base64ct" ,rust-base64ct-1)
-         ("rust-rand-core" ,rust-rand-core-0.6))))))
-
 (define-public rust-paste-1
   (package
     (name "rust-paste")



reply via email to

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