guix-commits
[Top][All Lists]
Advanced

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

122/154: gnu: Remove rust-openssl-0.9.


From: guix-commits
Subject: 122/154: gnu: Remove rust-openssl-0.9.
Date: Mon, 22 Jan 2024 15:37:11 -0500 (EST)

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

commit 0e5bbfc3c867ad53551997ac41c807fbf5efe0b4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:11:19 2024 +0200

    gnu: Remove rust-openssl-0.9.
    
    * gnu/packages/crates-io.scm (rust-openssl-0.9): Delete variable.
    
    Change-Id: I1ea41f6ff8aafbcf255b41c793d5f215001e709d
---
 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 2bf1963c1b..fc27916ed5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42081,27 +42081,6 @@ crate.")
     (description "This package provides OpenSSL bindings for Rust.")
     (license license:asl2.0)))
 
-(define-public rust-openssl-0.9
-  (package
-    (inherit rust-openssl-0.10)
-    (name "rust-openssl")
-    (version "0.9.24")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "openssl" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "11br5b8x1kc5klsn50ihiml82ajyzcwi3lljvrlsm8vlhhlmqq53"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-bitflags" ,rust-bitflags-0.9)
-        ("rust-foreign-types" ,rust-foreign-types-0.3)
-        ("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-libc" ,rust-libc-0.2)
-        ("rust-openssl-sys" ,rust-openssl-sys-0.9))))))
-
 (define-public rust-openssl-0.7
   (package
     (inherit rust-openssl-0.10)



reply via email to

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