From 8812d737ab078c9c8c53c3c0041131902967133f Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Sun, 5 Jan 2025 18:01:12 -0500 Subject: gnu: Add rust-new-string-template-1. * gnu/packages/crates-io.scm (rust-new-string-template-1): New variable. Change-Id: I41b95af465fb52037bdfc554e6ce458472f944ae Signed-off-by: Efraim Flashner --- gnu/packages/crates-io.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 12db62de34..e28390aaa7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -45120,6 +45120,27 @@ (define-public rust-new-debug-unreachable-1 release (fork of debug_unreachable)") (license license:expat))) +(define-public rust-new-string-template-1 + (package + (name "rust-new-string-template") + (version "1.5.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "new_string_template" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1svmx6a6qqz70mhrgz77bi9ifpnlpwpslqzvdbw557jc6d9ih3y5")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1) + ("rust-regex" ,rust-regex-1)))) + (home-page "https://github.com/hasezoey/new_string_template") + (synopsis "Customizable String-Templating Library for Rust") + (description + "This package provides a customizable string-templating library for Rust.") + (license license:expat))) + ;; Keep this package for future packaging of NewsFlash. (define-public rust-news-flash-1 (package -- cgit v1.2.3