[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
243/330: gnu: Place rust-pulldown-cmark-to-cmark-7 in alphabetical order
From: |
guix-commits |
Subject: |
243/330: gnu: Place rust-pulldown-cmark-to-cmark-7 in alphabetical order. |
Date: |
Mon, 18 Mar 2024 07:16:26 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a1f99dcdf5ed46cae37a449e89b16ec8c3007a2d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 18 22:03:12 2024 +0100
gnu: Place rust-pulldown-cmark-to-cmark-7 in alphabetical order.
* gnu/packages/crates-io.scm (rust-pulldown-cmark-to-cmark-7): Sort
package alphabetically.
Change-Id: Iea364c13661487d18510e964fc931a0c038c9ada
---
gnu/packages/crates-io.scm | 53 +++++++++++++++++++---------------------------
1 file changed, 22 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0b836b01a6..fa2cd260ec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53814,6 +53814,28 @@ in codeblocks, while assuring quality with a powerful
test suite.")
("rust-regex" ,rust-regex-1)
("rust-tendril" ,rust-tendril-0.4))))))
+(define-public rust-pulldown-cmark-to-cmark-7
+ (package
+ (inherit rust-pulldown-cmark-to-cmark-10)
+ (name "rust-pulldown-cmark-to-cmark")
+ (version "7.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "pulldown-cmark-to-cmark" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "03f6bnqjzchmzs4qaf63pirgj95b0x3l2rlp1wj1z27mp734phcb"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-pulldown-cmark" ,rust-pulldown-cmark-0.8))
+ #:cargo-development-inputs
+ (("rust-indoc" ,rust-indoc-1)
+ ("rust-pretty-assertions" ,rust-pretty-assertions-0.7))))))
+
(define-public rust-pulldown-cmark-0.4
(package
(inherit rust-pulldown-cmark-0.8)
@@ -53887,37 +53909,6 @@ in codeblocks, while assuring quality with a powerful
test suite.")
(("rust-bitflags" ,rust-bitflags-0.9)
("rust-getopts" ,rust-getopts-0.2))))))
-(define-public rust-pulldown-cmark-to-cmark-7
- (package
- (name "rust-pulldown-cmark-to-cmark")
- (version "7.1.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "pulldown-cmark-to-cmark" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "03f6bnqjzchmzs4qaf63pirgj95b0x3l2rlp1wj1z27mp734phcb"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-pulldown-cmark" ,rust-pulldown-cmark-0.8))
- #:cargo-development-inputs
- (("rust-indoc" ,rust-indoc-1)
- ("rust-pretty-assertions"
- ,rust-pretty-assertions-0.7))))
- (home-page
- "https://github.com/Byron/pulldown-cmark-to-cmark")
- (synopsis
- "Convert pulldown-cmark Events back to the string they were parsed from")
- (description
- "This package provides a convert pulldown-cmark Events back to the string
-they were parsed from")
- (license license:asl2.0)))
-
(define-public rust-pulse-0.5
(package
(name "rust-pulse")
- 190/330: gnu: Add rust-etherparse-0.9., (continued)
- 190/330: gnu: Add rust-etherparse-0.9., guix-commits, 2024/03/18
- 200/330: gnu: Add rust-castaway-0.1., guix-commits, 2024/03/18
- 214/330: gnu: Add rust-anstyle-lossy-1., guix-commits, 2024/03/18
- 208/330: gnu: rust-mockall-0.11: Update to 0.11.4., guix-commits, 2024/03/18
- 220/330: gnu: rust-serde-spanned: Update to 0.6.5., guix-commits, 2024/03/18
- 221/330: gnu: rust-palette-0.7: Update to 0.7.5., guix-commits, 2024/03/18
- 227/330: gnu: Add rust-uutils-term-grid-0.6., guix-commits, 2024/03/18
- 234/330: gnu: rust-include-flate-0.1: Update to 0.1.4., guix-commits, 2024/03/18
- 235/330: gnu: rust-include-flate-codegen-0.1: Update to 0.1.4., guix-commits, 2024/03/18
- 246/330: gnu: Add rust-symbolic-demangle-12., guix-commits, 2024/03/18
- 243/330: gnu: Place rust-pulldown-cmark-to-cmark-7 in alphabetical order.,
guix-commits <=
- 247/330: gnu: rust: Skip another test on riscv64-linux., guix-commits, 2024/03/18
- 251/330: gnu: Add rust-fd-lock-4., guix-commits, 2024/03/18
- 253/330: gnu: Add rust-include-flate-0.2., guix-commits, 2024/03/18
- 254/330: gnu: Add rust-local-waker-0.1., guix-commits, 2024/03/18
- 255/330: gnu: rust-mime-guess-2: Update to 2.0.4., guix-commits, 2024/03/18
- 199/330: gnu: Add rust-opentelemetry-0.21., guix-commits, 2024/03/18
- 194/330: gnu: Add rust-no-std-net-0.6., guix-commits, 2024/03/18
- 197/330: gnu: Add rust-pnet-datalink-0.34., guix-commits, 2024/03/18
- 257/330: gnu: Add rust-pear-0.2., guix-commits, 2024/03/18
- 258/330: gnu: Add rust-proc-quote-impl-0.3., guix-commits, 2024/03/18