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 2/5] gnu: rust-iso8601: Update to 0.3
Date: Sat, 27 Aug 2022 19:10:39 +0900	[thread overview]
Message-ID: <fc2f9d42549cf0a58ad9f38ff406728f2c25cacb.1661595039.git.me@gyara.moe> (raw)
In-Reply-To: <50418f56637b6ee94b0e39d3d494cce73dfeb63d.1661595039.git.me@gyara.moe>

---
No other packages deps on this.

 gnu/packages/crates-io.scm | 25 +++++++++++--------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e446c6dddb..8a99662703 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29788,24 +29788,21 @@ (define-public rust-is-executable-1
 whether or not a given path points to an executable file.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-iso8601-0.1
+(define-public rust-iso8601-0.3
   (package
     (name "rust-iso8601")
-    (version "0.1.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "iso8601" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "0xy48qyfmirslaj4dy6n4g8b564jap3cjiql35fmj5vgii7ldp0i"))))
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "iso8601" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0vvn6f9gv2295ik77nvaz99wzbwz1bmasrd787sz6d9mlwa6ks23"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
-       (("rust-clippy" ,rust-clippy-0.0)
-        ("rust-nom" ,rust-nom-1))))
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-nom" ,rust-nom-4))))
     (home-page "https://github.com/badboy/iso8601")
     (synopsis "Parsing ISO8601 dates using nom")
     (description "Parsing ISO8601 dates using nom.")
-- 
2.37.2





  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   ` gyara via Guix-patches via [this message]
2022-08-27 10:10   ` [bug#57448] [PATCH 3/5] gnu: rust-datetime: Update to 0.5.2 gyara via Guix-patches via
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=fc2f9d42549cf0a58ad9f38ff406728f2c25cacb.1661595039.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.