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 4/5] gnu: rust-zoneinfo-compiled: Update to 0.5.1.
Date: Sat, 27 Aug 2022 19:10:43 +0900	[thread overview]
Message-ID: <8a62ad298089dfff814658560f0523949645ec51.1661595040.git.me@gyara.moe> (raw)
In-Reply-To: <50418f56637b6ee94b0e39d3d494cce73dfeb63d.1661595039.git.me@gyara.moe>

---
No Other packages deps on rust-zoneinfo-compiled-0.4

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8220f20772..c7eae13555 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -72868,10 +72868,10 @@ (define-public rust-zip-0.5
      "Library to support the reading and writing of zip files.")
     (license license:expat)))
 
-(define-public rust-zoneinfo-compiled-0.4
+(define-public rust-zoneinfo-compiled-0.5
   (package
     (name "rust-zoneinfo-compiled")
-    (version "0.4.8")
+    (version "0.5.1")
     (source
       (origin
         (method url-fetch)
@@ -72880,12 +72880,13 @@ (define-public rust-zoneinfo-compiled-0.4
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0bnm19w791q6kp79s0zl1cj9w51bw5xrifrxfy3g1p05i676y4vf"))))
+          "1pm50w4vv34r08mrajfvyhc1254gv8zv4q6p7gs315c9bvkfpyv4"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
+     `(#:skip-build? #t
+       #:cargo-inputs
        (("rust-byteorder" ,rust-byteorder-1)
-        ("rust-datetime" ,rust-datetime-0.4))))
+        ("rust-datetime" ,rust-datetime-0.5))))
     (home-page "https://github.com/rust-datetime/zoneinfo-compiled/")
     (synopsis "Library for parsing compiled zoneinfo files")
     (description
-- 
2.37.2





  parent reply	other threads:[~2022-08-27 10:14 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   ` [bug#57448] [PATCH 3/5] gnu: rust-datetime: Update to 0.5.2 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 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=8a62ad298089dfff814658560f0523949645ec51.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.