all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gyara via Guix-patches via <guix-patches@gnu.org>
To: 57448@debbugs.gnu.org
Cc: gyara <me@gyara.moe>
Subject: [bug#57448] [PATCH 3/5] gnu: rust-datetime: Update to 0.5.2
Date: Sat, 27 Aug 2022 19:10:41 +0900	[thread overview]
Message-ID: <eed405d12dc2d741fc9690d292d0956c785d6707.1661595040.git.me@gyara.moe> (raw)
In-Reply-To: <50418f56637b6ee94b0e39d3d494cce73dfeb63d.1661595039.git.me@gyara.moe>

---
No other packages deps on rust-datetime-0.4

 gnu/packages/crates-io.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8a99662703..8220f20772 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16511,10 +16511,10 @@ (define-public rust-data-url-0.1
      "Processing of data: URL according to WHATWG's Fetch Standard.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-datetime-0.4
+(define-public rust-datetime-0.5
   (package
     (name "rust-datetime")
-    (version "0.4.7")
+    (version "0.5.2")
     (source
       (origin
         (method url-fetch)
@@ -16523,18 +16523,17 @@ (define-public rust-datetime-0.4
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1fd74bq48xg8ki5yw1mr1pa5hd3j5lbk4iqc5r0kh3l62b0vci2w"))))
+          "1g2lhc2ay46njrnnyc0729ibyzkpv3r3d4g0h3gzwmrygykzghs4"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-        (("rust-iso8601" ,rust-iso8601-0.1)
-         ("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
+        (("rust-iso8601" ,rust-iso8601-0.3)
          ("rust-libc" ,rust-libc-0.2)
          ("rust-locale" ,rust-locale-0.2)
-         ("rust-num-traits" ,rust-num-traits-0.1)
+         ("rust-num-traits" ,rust-num-traits-0.2)
          ("rust-pad" ,rust-pad-0.1)
          ("rust-redox-syscall" ,rust-redox-syscall-0.1)
-         ("rust-winapi" ,rust-winapi-0.2))
+         ("rust-winapi" ,rust-winapi-0.3))
         #:cargo-development-inputs
         (("rust-regex" ,rust-regex-0.1)
          ("rust-rustc-serialize" ,rust-rustc-serialize-0.3))))
-- 
2.37.2





  parent reply	other threads:[~2022-08-27 10:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 10:09 [bug#57448] [PATCH 0/5] gnu: exa: Update to 0.10.1 ギャラ via Guix-patches via
2022-08-27 10:10 ` [bug#57448] [PATCH 1/5] gnu: Add rust-number-prefix 0.4.0 gyara via Guix-patches via
2022-08-27 10:10   ` [bug#57448] [PATCH 2/5] gnu: rust-iso8601: Update to 0.3 gyara via Guix-patches via
2022-08-27 10:10   ` gyara via Guix-patches via [this message]
2022-08-27 10:10   ` [bug#57448] [PATCH 4/5] gnu: rust-zoneinfo-compiled: Update to 0.5.1 gyara via Guix-patches via
2022-08-27 10:10   ` [bug#57448] [PATCH 5/5] gnu: exa: Update to 0.10.1 gyara via Guix-patches via
2022-09-26 19:51 ` [bug#57448] [PATCH 0/5] " Ludovic Courtès
2022-09-28 10:56   ` bug#57448: " 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=eed405d12dc2d741fc9690d292d0956c785d6707.1661595040.git.me@gyara.moe \
    --to=guix-patches@gnu.org \
    --cc=57448@debbugs.gnu.org \
    --cc=me@gyara.moe \
    /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.