GNU bug report logs - #70676
[PATCH] gnu: Add rust-new-string-template-1.

Previous Next

Package: guix-patches;

Reported by: Halux Luxeay <haluxluxeay <at> proton.me>

Date: Tue, 30 Apr 2024 15:35:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#70676: closed ([PATCH] gnu: Add rust-new-string-template-1.)
Date: Sun, 15 Jun 2025 17:58:05 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 16 Jun 2025 01:56:39 +0800
with message-id <87cyb4nb1k.fsf <at> ultrarare.space>
and subject line Re: [PATCH] gnu: Add rust-new-string-template-1.
has caused the debbugs.gnu.org bug report #70676,
regarding [PATCH] gnu: Add rust-new-string-template-1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
70676: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70676
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Halux Luxeay <haluxluxeay <at> proton.me>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add rust-new-string-template-1.
Date: Tue, 30 Apr 2024 13:52:37 +0000
[Message part 3 (text/plain, inline)]
* gnu/packages/crates-io.scm (rust-new-string-template-1): New variable.

Change-Id: I262d62b6725e644e977df9446a52815c091b25b7
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a67d3d74bb..80210de2c4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40550,6 +40550,26 @@ (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.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "new_string_template" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0bng7844dshccq2mf439khpscy76ay62p13pmq06gkcr6yhz6h5f"))))
+ (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 "Simple Customizable String-Templating Library for Rust")
+ (description "Simple Customizable String-Templating Library for Rust")
+ (license license:expat)))
+
;; Keep this package for future packaging of NewsFlash.
(define-public rust-news-flash-1
(package

base-commit: 8d29f416a9378d30f63c2a95f1bd1a420d9ccab4
--
2.39.2
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: 70676-close <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add rust-new-string-template-1.
Date: Mon, 16 Jun 2025 01:56:39 +0800
Closing since crates-io module will be removed.


This bug report was last modified 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.