guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/436: gnu: rust-bytesize-1: Update to 1.3.0.


From: guix-commits
Subject: 06/436: gnu: rust-bytesize-1: Update to 1.3.0.
Date: Sun, 5 Nov 2023 05:27:47 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit d3749d5ea84daa8a26efd66e603784321aa10c63
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 23 18:13:54 2023 +0300

    gnu: rust-bytesize-1: Update to 1.3.0.
    
    * gnu/packages/crates-io.scm (rust-bytesize-1): Update to 1.3.0.
    [cargo-development-inputs]: Add rust-serde-1, rust-serde-json-1,
    rust-toml-0.7.
    
    Change-Id: I60a0b550b253b8e2efb3c5e2f6f66338c089c065
---
 gnu/packages/crates-io.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a9d5700b97..25e986b638 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10594,20 +10594,22 @@ exposed as Reader/Writer streams.")
 (define-public rust-bytesize-1
   (package
     (name "rust-bytesize")
-    (version "1.1.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "bytesize" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0w7wmmbcirxp5isza0i1lxq5d7r7f0z1pxbxl5f6s1n5m8vfqn3c"))))
+        (base32 "1k3aak70iwz4s2gsjbxf0ws4xnixqbdz6p2ha96s06748fpniqx3"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-serde" ,rust-serde-1))))
+       (("rust-serde" ,rust-serde-1))
+       #:cargo-development-inputs
+       (("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1)
+        ("rust-toml" ,rust-toml-0.7))))
     (home-page "https://github.com/hyunsik/bytesize/";)
     (synopsis "Human-readable byte count representation library for Rust")
     (description "ByteSize is an utility for human-readable byte count



reply via email to

[Prev in Thread] Current Thread [Next in Thread]