[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/29: gnu: rust-half-1.3: Rename to rust-half-1.
From: |
guix-commits |
Subject: |
07/29: gnu: rust-half-1.3: Rename to rust-half-1. |
Date: |
Mon, 5 Oct 2020 06:43:37 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8d2efb0aef21b9d97368cf2c0e1896a4144704d8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 4 23:51:38 2020 +0300
gnu: rust-half-1.3: Rename to rust-half-1.
* gnu/packages/crates-io.scm (rust-half-1.3): Rename to rust-half-1.
Update to 1.6.0.
(rust-serde-cbor-0.11, rust-serde-cbor-0.10): Adjust accordingly.
---
gnu/packages/crates-io.scm | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 022ef29..7d72c27 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10563,10 +10563,10 @@ of gzip files based on the gzip header implementation
in the @code{flate2} crate
(description "This packages provides a HTTP/2.0 client and server.")
(license license:expat)))
-(define-public rust-half-1.3
+(define-public rust-half-1
(package
(name "rust-half")
- (version "1.3.0")
+ (version "1.6.0")
(source
(origin
(method url-fetch)
@@ -10575,11 +10575,17 @@ of gzip files based on the gzip header implementation
in the @code{flate2} crate
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0diqajg3mgar511hxswl4kgqqz9a026yvn3103x5h2smknlc4lwk"))))
+ "0xq1qkbfwnxv72b2fakgi5ai0j8arw38whwxgxs3rp1fz28anvyk"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs (("rust-serde" ,rust-serde-1))))
+ `(#:cargo-inputs
+ (("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.3)
+ ("rust-quickcheck" ,rust-quickcheck-0.9)
+ ("rust-quickcheck-macros" ,rust-quickcheck-macros-0.9)
+ ("rust-rand" ,rust-rand-0.7)
+ ("rust-version-sync" ,rust-version-sync-0.8))))
(home-page "https://github.com/starkat99/half-rs")
(synopsis "Half-precision floating point f16 type")
(description
@@ -23523,7 +23529,7 @@ proven statistical guarantees.")
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-half" ,rust-half-1.3)
+ (("rust-half" ,rust-half-1)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde-derive" ,rust-serde-derive-1))))
@@ -23550,7 +23556,7 @@ proven statistical guarantees.")
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1.3)
- ("rust-half" ,rust-half-1.3)
+ ("rust-half" ,rust-half-1)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde-derive" ,rust-serde-derive-1))))))
- branch master updated (2fc298d -> b543cbc), guix-commits, 2020/10/05
- 01/29: gnu: Add rust-az-1., guix-commits, 2020/10/05
- 03/29: gnu: rust-num-traits-0.2: Update to 0.2.12., guix-commits, 2020/10/05
- 04/29: gnu: Add rust-pom-3., guix-commits, 2020/10/05
- 05/29: gnu: Add rust-quickcheck-macros-0.9., guix-commits, 2020/10/05
- 06/29: gnu: rust-tinyvec-0.3: Update to 0.3.4., guix-commits, 2020/10/05
- 07/29: gnu: rust-half-1.3: Rename to rust-half-1.,
guix-commits <=
- 02/29: gnu: Add rust-float-cmp-0.8., guix-commits, 2020/10/05
- 08/29: gnu: Add rust-fixed-1., guix-commits, 2020/10/05
- 10/29: gnu: Add rust-simba-0.1., guix-commits, 2020/10/05
- 09/29: gnu: Add rust-cordic-0.1., guix-commits, 2020/10/05
- 12/29: gnu: Add rust-lopdf-0.25., guix-commits, 2020/10/05
- 11/29: gnu: Add rust-wide-0.4., guix-commits, 2020/10/05
- 19/29: gnu: Add rust-num-0.3., guix-commits, 2020/10/05
- 20/29: gnu: rust-num-derive-0.3: Update to 0.3.2., guix-commits, 2020/10/05
- 17/29: gnu: rust-num-iter-0.1: Update to 0.1.41., guix-commits, 2020/10/05
- 21/29: gnu: Move graphics crates to crates-graphics.scm., guix-commits, 2020/10/05