all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75059] [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically.
@ 2024-12-24  9:52 Herman Rimm via Guix-patches via
  2024-12-24 10:00 ` [bug#75059] [PATCH rust-team 2/8] gnu: rust-botan-sys-0.10: " Herman Rimm via Guix-patches via
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-12-24  9:52 UTC (permalink / raw)
  To: 75059; +Cc: Efraim Flashner

* 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





^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-12-24 12:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#75059] [PATCH rust-team 2/8] gnu: rust-botan-sys-0.10: " Herman Rimm via Guix-patches via
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

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.