all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 74558@debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#74558] [PATCH rust-team 3/5] gnu: rust-peg-0.8: Update to 0.8.4.
Date: Thu, 28 Nov 2024 13:43:07 +0900	[thread overview]
Message-ID: <9f1fcdb27f953cdfa02fb2228dcbdfca3f882f1a.1732714840.git.maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <cover.1732714840.git.maxim.cournoyer@gmail.com>

* gnu/packages/crates-io.scm (rust-peg-0.8): Update to 0.8.4.

Change-Id: Ic6ba978856048c668f1eecb8b402f3f52772ab55
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7417483857..10464be69d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54904,14 +54904,14 @@ (define-public rust-peeking-take-while-0.1
 (define-public rust-peg-0.8
   (package
     (name "rust-peg")
-    (version "0.8.2")
+    (version "0.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "peg" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0qbgchzj0ajpgmasbxk65lqx9fwvxda21k6pifzqmhqrsavwl2s0"))))
+        (base32 "13qfwkmlmm3wbwzsrc3bkb16m1xjd5w7aah5cvpx2ipk5nq86li9"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-peg-macros" ,rust-peg-macros-0.8)
-- 
2.46.0





  parent reply	other threads:[~2024-11-28  4:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-27 13:43 [bug#74558] [PATCH rust-team 0/5] Add rust-libcst and dependencies Maxim Cournoyer
2024-11-28  4:43 ` [bug#74558] [PATCH rust-team 1/5] gnu: rust-peg-macros-0.8: Update to 0.8.4 Maxim Cournoyer
2024-11-28  4:43 ` [bug#74558] [PATCH rust-team 2/5] gnu: rust-peg-runtime-0.8: Update to 0.8.3 Maxim Cournoyer
2024-11-28  4:43 ` Maxim Cournoyer [this message]
2024-11-28  4:43 ` [bug#74558] [PATCH rust-team 4/5] gnu: Add rust-libcst-derive-1 Maxim Cournoyer
2024-11-28  4:43 ` [bug#74558] [PATCH rust-team 5/5] gnu: Add rust-libcst-1 Maxim Cournoyer

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=9f1fcdb27f953cdfa02fb2228dcbdfca3f882f1a.1732714840.git.maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=74558@debbugs.gnu.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.