all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 61727@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>,
	Steve George <steve@futurile.net>
Subject: [bug#61727] [PATCH 1/6] gnu: Update rust-base64.
Date: Thu, 23 Feb 2023 08:42:36 +0000	[thread overview]
Message-ID: <20230223084241.3762-1-steve@futurile.net> (raw)
In-Reply-To: <c49bd49e-7f08-6c2f-1a11-844d626d8c20@futurile.net>

* gnu/packages/crates-io.scm (rust-base64): Update to 0.13.1

---
Tested update on rust-sequoia-autocrypt, sniffglue, rust-bson and
rust-cookie.

 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 e615a51b01..aa1fc169c4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5610,7 +5610,7 @@ (define-public rust-base58-0.1
 (define-public rust-base64-0.13
   (package
     (name "rust-base64")
-    (version "0.13.0")
+    (version "0.13.1")
     (source
      (origin
        (method url-fetch)
@@ -5618,7 +5618,7 @@ (define-public rust-base64-0.13
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1z82g23mbzjgijkpcrilc7nljpxpvpf7zxf6iyiapkgka2ngwkch"))))
+        (base32 "1s494mqmzjb766fy1kqlccgfg2sdcjb6hzbvzqv2jw65fdi5h6wy"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
-- 
2.39.1





  reply	other threads:[~2023-02-23  8:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  8:38 [bug#61727] Add rust libs for IP address and DNS Steve George
2023-02-23  8:42 ` Steve George [this message]
2023-02-23  8:42   ` [bug#61727] [PATCH 2/6] gnu: Add rust-dns-sd Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 3/6] gnu: Add rust-if-addrs-sys Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 4/6] gnu: Add rust-if-addrs Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 5/6] gnu: Add rust-libmdns Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 6/6] gnu: Add rust-aes-ctr Steve George
2023-03-13 13:01   ` bug#61727: [PATCH 1/6] gnu: Update rust-base64 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=20230223084241.3762-1-steve@futurile.net \
    --to=steve@futurile.net \
    --cc=61727@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.