all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 69624@debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us@ieee.org>,
	Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#69624] [PATCH v2 8/8] gnu: Add rust-devise-0.3.
Date: Fri,  5 Apr 2024 20:44:38 -0400	[thread overview]
Message-ID: <bd5bbd0c4908b5d98b790a74a48899732f9bd97d.1712364278.git.aaron.covrig.us@ieee.org> (raw)
In-Reply-To: <b3249a6d91fc3644863e48861354523f97af5f54.1712364277.git.aaron.covrig.us@ieee.org>

* gnu/packages/crates-io.scm (rust-devise-0.3): New variable.

Signed-off-by: Aaron Covrig <aaron.covrig.us@ieee.org>
---
 gnu/packages/crates-io.scm | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2e1b4433e2..8bd20ffe01 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20894,10 +20894,26 @@ (define-public rust-devise-0.4
 procedural macros.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-devise-0.2
+(define-public rust-devise-0.3
   (package
     (inherit rust-devise-0.4)
     (name "rust-devise")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "devise" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "15dmibnykic2a1ndi66shyvxmpfysnhf05lg2iv8871g0w5miish"))))
+    (arguments
+     `(#:cargo-inputs (("rust-devise-codegen" ,rust-devise-codegen-0.3)
+                       ("rust-devise-core" ,rust-devise-core-0.3))))))
+
+(define-public rust-devise-0.2
+  (package
+    (inherit rust-devise-0.3)
+    (name "rust-devise")
     (version "0.2.1")
     (source
      (origin
-- 
2.41.0





  parent reply	other threads:[~2024-04-06  0:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08  3:21 [bug#69624] [PATCH rust-team] gnu: rust-devise: Added v0.3 and building v0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44 ` [bug#69624] [PATCH v2 1/8] gnu: Add rust-proc-macro2-diagnostics-0.9 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 2/8] gnu: Enables building rust-proc-macro2-diagnostics-0.10 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 3/8] gnu: Enables building rust-devise-core-0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 4/8] gnu: Enables building rust-devise-codegen-0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 5/8] gnu: Enable building rust-devise-0.2 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 6/8] gnu: Add rust-devise-core-0.3 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` [bug#69624] [PATCH v2 7/8] gnu: Add rust-devise-codegen-0.3 Aaron Covrig via Guix-patches via
2024-04-06  0:44   ` Aaron Covrig via Guix-patches via [this message]
2024-04-07 12:27   ` bug#69624: [PATCH v2 1/8] gnu: Add rust-proc-macro2-diagnostics-0.9 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd5bbd0c4908b5d98b790a74a48899732f9bd97d.1712364278.git.aaron.covrig.us@ieee.org \
    --to=guix-patches@gnu.org \
    --cc=69624@debbugs.gnu.org \
    --cc=aaron.covrig.us@ieee.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.