all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: aurtzy <aurtzy@gmail.com>
To: 69637@debbugs.gnu.org
Cc: john.kehayias@protonmail.com, aurtzy <aurtzy@gmail.com>,
	efraim@flashner.co.il, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#69637] [PATCH mesa-updates v2 2/5] gnu: Add rust-syn-2.0.39.
Date: Fri, 22 Mar 2024 03:33:18 -0400	[thread overview]
Message-ID: <e2935cbc941c45d086bdb31af8941eef0a0024dd.1711091869.git.aurtzy@gmail.com> (raw)
In-Reply-To: <cover.1711091869.git.aurtzy@gmail.com>

* gnu/packages/crates-io.scm (rust-syn-2.0.39): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a67d3d74bb..be33ea973f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
 ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;; Copyright © 2024 Suhail Singh <suhail@bayesians.ca>
+;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -66818,6 +66819,20 @@ (define-public rust-syn-2
 a syntax tree of Rust source code.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-syn-2.0.39
+  (package
+    (inherit rust-syn-2)
+    (name "rust-syn")
+    (version "2.0.39")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "syn" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0ymyhxnk1yi4pzf72qk3lrdm9lgjwcrcwci0hhz5vx7wya88prr3"))))))
+
 (define-public rust-syn-1
   (package
     (name "rust-syn")
-- 
2.41.0





  parent reply	other threads:[~2024-03-22  7:37 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 12:32 [bug#69637] [PATCH mesa-updates 0/6] gnu: mesa: Update to 24.0.2 aurtzy
2024-03-08 20:27 ` [bug#69637] [PATCH mesa-updates 1/6] gnu: Add meson-1.3 aurtzy
2024-03-08 20:27 ` [bug#69637] [PATCH mesa-updates 2/6] gnu: Add rust-syn-2.0.39 aurtzy
2024-03-08 20:27 ` [bug#69637] [PATCH mesa-updates 3/6] gnu: Add rust-proc-macro2-1.0.70 aurtzy
2024-03-08 20:27 ` [bug#69637] [PATCH mesa-updates 4/6] gnu: Add rust-quote-1.0.33 aurtzy
2024-03-08 20:27 ` [bug#69637] [PATCH mesa-updates 5/6] gnu: Add rust-bindgen-cli-0.69 aurtzy
2024-03-12 11:54   ` Efraim Flashner
2024-03-08 20:27 ` [bug#69637] [PATCH mesa-updates 6/6] gnu: mesa: Update to 24.0.2 aurtzy
2024-03-12  8:11 ` [bug#69637] [PATCH mesa-updates 0/6] " Efraim Flashner
2024-03-21  1:52   ` aurtzy
2024-03-21  4:39     ` John Kehayias via Guix-patches via
2024-03-21 10:58       ` Efraim Flashner
2024-03-22  7:24 ` [bug#69637] [PATCH mesa-updates v2 0/5] gnu: mesa: Update to 24.0.3 aurtzy
2024-03-22  7:33   ` [bug#69637] [PATCH mesa-updates v2 1/5] gnu: Add meson-1.3 aurtzy
2024-03-22  7:33   ` aurtzy [this message]
2024-03-22  7:33   ` [bug#69637] [PATCH mesa-updates v2 3/5] gnu: Add rust-proc-macro2-1.0.70 aurtzy
2024-03-22  7:33   ` [bug#69637] [PATCH mesa-updates v2 4/5] gnu: Add rust-quote-1.0.33 aurtzy
2024-03-22  7:33   ` [bug#69637] [PATCH mesa-updates v2 5/5] gnu: mesa: Update to 24.0.3 aurtzy
2024-03-25  1:29   ` [bug#69637] [PATCH mesa-updates v2 0/5] " John Kehayias via Guix-patches via
2024-03-27  2:14     ` aurtzy
2024-03-27  5:22       ` John Kehayias via Guix-patches via
2024-04-18  4:39         ` bug#69637: " John Kehayias via Guix-patches via

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=e2935cbc941c45d086bdb31af8941eef0a0024dd.1711091869.git.aurtzy@gmail.com \
    --to=aurtzy@gmail.com \
    --cc=69637@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=john.kehayias@protonmail.com \
    /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.