GNU bug report logs -
#75372
[PATCH 00/44] Add rust-bottom-0.10
Previous Next
Reported by: Divya Ranjan <divya <at> subvertising.org>
Date: Sun, 5 Jan 2025 07:02:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-concat-string-1): 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 83699b3ee4..185a33f7fa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14560,6 +14560,25 @@ (define-public rust-concat-idents-1
everywhere.")
(license (list license:expat license:asl2.0))))
+(define-public rust-concat-string-1
+ (package
+ (name "rust-concat-string")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "concat-string" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "02c6hfxsvs1ff2j58f3qzr526w1yg8d2nf6yyjv81ixgbz5vwfbl"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/FaultyRAM/concat-string")
+ (synopsis
+ "Provides macros for concatenating string slices into owned strings")
+ (description
+ "This package provides macros for concatenating string slices into owned strings.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-concolor-0.0.11
(package
(name "rust-concolor")
--
2.47.1
This bug report was last modified 140 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.