dannym pushed a commit to branch master
in repository guix.

commit a4fb13ccd70823e5762a0b695b066e417a4e60a2
Author: Jordan Moore <lock...@struct.foo>
AuthorDate: Wed Feb 5 19:31:34 2025 +0100

    gnu: Add rust-indent-write-2.
    
    * gnu/packages/crates-io.scm (rust-indent-write-2): New variable.
    
    Change-Id: I6f1c962f05c05a223fa63e0d7eac7fbd8dc3c7d9
    Signed-off-by: Danny Milosavljevic <dan...@friendly-machines.com>
---
 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 e617e05075..b81379bc16 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34696,6 +34696,25 @@ with compile-time deflation and runtime lazy 
inflation.")
 crate.")
     (license 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 "Write adapters to add indentation")
+    (description
+     "This package provides simple Write adapters to add line
+indentation.")
+    (license license:mpl2.0)))
+
 (define-public rust-indenter-0.3
   (package
     (name "rust-indenter")

Reply via email to