GNU bug report logs - #71278
[PATCH rust-team 00/44] Add eww.

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Thu, 30 May 2024 15:14:02 UTC

Severity: normal

Tags: patch

Full log


Message #35 received at 71278 <at> debbugs.gnu.org (full text, mbox):

From: Murilo <murilo <at> disroot.org>
To: 71278 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [PATCH 11/44] gnu: Add rust-cached-proc-macro-types-0.1.
Date: Thu, 30 May 2024 12:17:38 -0300
* gnu/packages/crates-io.scm (rust-cached-proc-macro-types-0.1): New variable.

Change-Id: I799e260b2a8fec76692f521ad4bccaa98fc19353
---
 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 551e8bd602..99268a4f92 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10540,6 +10540,27 @@ (define-public rust-cached-proc-macro-0.19
      "Generic cache implementations and simplified function memoization")
     (license license:expat)))
 
+(define-public rust-cached-proc-macro-types-0.1
+  (package
+    (name "rust-cached-proc-macro-types")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cached_proc_macro_types" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1h3gw61v1inay4g3b8pirxlz18m81k63dw2q18zj9fnmidmkds5d"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/jaemk/cached")
+    (synopsis
+     "Generic cache implementations and simplified function memoization")
+    (description
+     "Generic cache implementations and simplified function memoization")
+    (license license:expat)))
+
 (define-public rust-calamine-0.24
   (package
     (name "rust-calamine")
-- 
2.41.0





This bug report was last modified 1 year and 18 days ago.

Previous Next


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