unofficial mirror of guix-patches@gnu.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 2/5] gnu: rust-peg-runtime-0.8: Update to 0.8.3.
Date: Thu, 28 Nov 2024 13:43:06 +0900	[thread overview]
Message-ID: <37208594829bfd9c6425fc2f5d148fecdd94dcdf.1732714840.git.maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <cover.1732714840.git.maxim.cournoyer@gmail.com>

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

Change-Id: I7ab822ba9031fc3d7170ae7bf26b0350988a1c0f
---
 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 684c2f3770..7417483857 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55005,14 +55005,14 @@ (define-public rust-peg-macros-0.6
 (define-public rust-peg-runtime-0.8
   (package
     (name "rust-peg-runtime")
-    (version "0.8.2")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "peg-runtime" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "08l9sad4mh5f0niizjk1k44n2z2s9cn8pfbq8v79h8zsc0nfkfin"))))
+        (base32 "0fmasxbncm503dcakq8qwkcbjihz4jklkrjy0v1190q79ksvibp3"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/kevinmehall/rust-peg")
     (synopsis "Runtime support for rust-peg grammars")
-- 
2.46.0





  parent reply	other threads:[~2024-11-28  4:45 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 ` Maxim Cournoyer [this message]
2024-11-28  4:43 ` [bug#74558] [PATCH rust-team 3/5] gnu: rust-peg-0.8: " Maxim Cournoyer
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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=37208594829bfd9c6425fc2f5d148fecdd94dcdf.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).