GNU bug report logs -
#75677
[PATCH rust-team 00/89] Assorted package updates for rust-team
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-indent-write-2): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2c961ea756..a2c8a97815 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34816,6 +34816,25 @@ (define-public rust-indenter-0.3
that efficiently appends and removes common indentation after every newline.")
(license (list license:expat license:asl2.0))))
+(define-public rust-indent-write-2
+ (package
+ (name "rust-indent-write")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "indent_write" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/Lucretiel/indent-write")
+ (synopsis "Simple Write adapters to add line indentation")
+ (description
+ "Nestable wrappers for fmt::Write and io::Write that perform indentation
+for you")
+ (license license:mpl2.0)))
+
(define-public rust-indexmap-2
(package
(name "rust-indexmap")
--
2.48.1
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.