[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 037/101] gnu: Place rust-openssl-macros-0.1
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 037/101] gnu: Place rust-openssl-macros-0.1 in alphabetical order. |
Date: |
Sat, 27 Apr 2024 14:34:59 +0200 |
* gnu/packages/crates-io.scm (rust-openssl-macros-0.1): Move variable.
Change-Id: I8bc257e191e4f897ea523400298d2c8a2d2e2464
---
gnu/packages/crates-io.scm | 47 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 348f43ea1f..6d3392b063 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48730,30 +48730,6 @@ (define-public rust-openpgp-cert-d-0.1
(description "Shared OpenPGP Certificate Directory")
(license license:expat)))
-(define-public rust-openssl-macros-0.1
- (package
- (name "rust-openssl-macros")
- (version "0.1.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "openssl-macros" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0v3kgnzbadrf9c06q4cqmbjas53av73n5w7wwz3n0nb6257y80dm"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))))
- (home-page "https://github.com/sfackler/rust-openssl")
- (synopsis "Internal macros used by the openssl crate")
- (description "This package provides internal macros used by the openssl
-crate.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-openssl-0.10
(package
(name "rust-openssl")
@@ -48826,6 +48802,29 @@ (define-public rust-openssl-0.7
((", path =.*}") "}"))
#t)))))))
+(define-public rust-openssl-macros-0.1
+ (package
+ (name "rust-openssl-macros")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "openssl-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0v3kgnzbadrf9c06q4cqmbjas53av73n5w7wwz3n0nb6257y80dm"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
+ (home-page "https://github.com/sfackler/rust-openssl")
+ (synopsis "Internal macros used by the openssl crate")
+ (description "This package provides internal macros used by the openssl
+crate.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-openssl-probe-0.1
(package
(name "rust-openssl-probe")
--
2.41.0
- [bug#70606] [PATCH rust-team 026/101] gnu: Place rust-rust-htslib-0.38 in alphabetical order., (continued)
- [bug#70606] [PATCH rust-team 026/101] gnu: Place rust-rust-htslib-0.38 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 027/101] gnu: Place rust-rust-rawkey-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 025/101] gnu: Place rust-etherparse-0.9 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 029/101] gnu: Place rust-pulldown-cmark-to-cmark-7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 031/101] gnu: Place rust-pretty-hex-0.3 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 030/101] gnu: Place rust-publicsuffix-2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 032/101] gnu: Place rust-ping-0.4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 033/101] gnu: Place rust-perf-event-open-sys-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 035/101] gnu: Place rust-owo-colors-4 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 034/101] gnu: Place rust-parasail-sys-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 037/101] gnu: Place rust-openssl-macros-0.1 in alphabetical order.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 036/101] gnu: Place rust-ouroborus-macro-0.17 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 038/101] gnu: Place rust-once-cell-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 039/101] gnu: Place rust-ntest-proc-macro-helper-0.8 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 041/101] gnu: Place rust-normalize-path-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 045/101] gnu: Place rust-muldiv-1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 046/101] gnu: Place rust-metrics-macro-0.2 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 047/101] gnu: Place rust-merge-derive-0.1 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 044/101] gnu: Place rust-nanorand-0.7 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 060/101] gnu: Place rust-juniper-codegen-0.14 in alphabetical order., Herman Rimm, 2024/04/27
- [bug#70606] [PATCH rust-team 074/101] gnu: Place rust-env-filter-0.1 in alphabetical order., Herman Rimm, 2024/04/27