GNU bug report logs -
#75059
[PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 09:54:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 24 Dec 2024 14:01:13 +0200
with message-id <Z2qiiX4hvS_GS_eG <at> 3900XT>
and subject line Re: [bug#75059] [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically.
has caused the debbugs.gnu.org bug report #75059,
regarding [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75059: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75059
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/crates-crypto.scm (rust-botan-sys-0.8): Order.
Change-Id: Iefd5f215a140433a85932c1b95a470c8fc2547c8
---
gnu/packages/crates-crypto.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 51c24d3de6..02607ed51a 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1040,22 +1040,6 @@ (define-public rust-botan-sys-0.10
(description "FFI wrapper for Botan cryptography library")
(license license:expat)))
-(define-public rust-botan-sys-0.8
- (package
- (inherit rust-botan-sys-0.10)
- (name "rust-botan-sys")
- (version "0.8.1")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "botan-sys" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1m11zblxfanrhl97j7z3ap7n17rr8j0rg91sr7f9j6y2bsniaz1x"))))
- (arguments
- `(#:cargo-inputs
- (("rust-botan-src" ,rust-botan-src-0.21703)
- ("rust-cty" ,rust-cty-0.2))))))
-
(define-public rust-botan-src-0.30101
(package
(name "rust-botan-src")
@@ -1093,6 +1077,22 @@ (define-public rust-botan-src-0.21703
(snippet
'(begin (delete-file-recursively "botan")))))))
+(define-public rust-botan-sys-0.8
+ (package
+ (inherit rust-botan-sys-0.10)
+ (name "rust-botan-sys")
+ (version "0.8.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "botan-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1m11zblxfanrhl97j7z3ap7n17rr8j0rg91sr7f9j6y2bsniaz1x"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-botan-src" ,rust-botan-src-0.21703)
+ ("rust-cty" ,rust-cty-0.2))))))
+
(define-public rust-c2-chacha-0.2
(package
(name "rust-c2-chacha")
base-commit: e793fbbd5282713fe5c9aad512c5784b0afff175
--
2.45.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Thanks. Patches pushed to the rust-team branch.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.