From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75059@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75059] [PATCH rust-team 2/8] gnu: rust-botan-sys-0.10: Order alphabetically.
Date: Tue, 24 Dec 2024 11:00:54 +0100 [thread overview]
Message-ID: <938742526337e2d0b7a6cd738c213c10dfa3999b.1735033899.git.herman@rimm.ee> (raw)
In-Reply-To: <e0506531f3e0bba254f6695c2ea5c51d1a172a0f.1735033899.git.herman@rimm.ee>
* gnu/packages/crates-crypto.scm (rust-botan-sys-0.10): Order.
Change-Id: I4b20c3e961dfc51182467580aeca7e10bda843bc
---
gnu/packages/crates-crypto.scm | 40 +++++++++++++++++-----------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 02607ed51a..09efb5df08 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1020,26 +1020,6 @@ (define-public rust-botan-0.8
("rust-cstr-core" ,rust-cstr-core-0.2)
("rust-cty" ,rust-cty-0.2))))))
-(define-public rust-botan-sys-0.10
- (package
- (name "rust-botan-sys")
- (version "0.10.5")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "botan-sys" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1ji12rxvi4h7pap772cd2hw4xdgqdsgw6m8wqin9klpbp3hxsjcz"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-botan-src" ,rust-botan-src-0.30101))))
- (inputs (list botan))
- (home-page "https://botan.randombit.net/")
- (synopsis "FFI wrapper for Botan cryptography library")
- (description "FFI wrapper for Botan cryptography library")
- (license license:expat)))
-
(define-public rust-botan-src-0.30101
(package
(name "rust-botan-src")
@@ -1077,6 +1057,26 @@ (define-public rust-botan-src-0.21703
(snippet
'(begin (delete-file-recursively "botan")))))))
+(define-public rust-botan-sys-0.10
+ (package
+ (name "rust-botan-sys")
+ (version "0.10.5")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "botan-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1ji12rxvi4h7pap772cd2hw4xdgqdsgw6m8wqin9klpbp3hxsjcz"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-botan-src" ,rust-botan-src-0.30101))))
+ (inputs (list botan))
+ (home-page "https://botan.randombit.net/")
+ (synopsis "FFI wrapper for Botan cryptography library")
+ (description "FFI wrapper for Botan cryptography library")
+ (license license:expat)))
+
(define-public rust-botan-sys-0.8
(package
(inherit rust-botan-sys-0.10)
--
2.45.2
next prev parent reply other threads:[~2024-12-24 10:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 9:52 [bug#75059] [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:00 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 3/8] gnu: rust-crypto-secretbox-0.1: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 4/8] gnu: rust-crypto-hash-0.3: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 5/8] gnu: rust-pem-rfc7468-0.7: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 6/8] gnu: rust-pem-rfc7468-0.6: " Herman Rimm via Guix-patches via
2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 7/8] gnu: rust-pem-rfc7468-0.3: " Herman Rimm via Guix-patches via
2024-12-24 10:01 ` [bug#75059] [PATCH rust-team 8/8] gnu: rust-pem-rfc7468-0.2: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75059: [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=938742526337e2d0b7a6cd738c213c10dfa3999b.1735033899.git.herman@rimm.ee \
--to=guix-patches@gnu.org \
--cc=75059@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
--cc=herman@rimm.ee \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.