[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: rust-string-cache-codegen-0.4: Upgrade to 0.4.4.
From: |
guix-commits |
Subject: |
03/09: gnu: rust-string-cache-codegen-0.4: Upgrade to 0.4.4. |
Date: |
Sun, 1 Mar 2020 03:42:48 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit bb5bc8270ebdf1a3b1f4b34e1be9b989355b8c20
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Mar 1 10:18:40 2020 +0200
gnu: rust-string-cache-codegen-0.4: Upgrade to 0.4.4.
* gnu/packages/crates-io.scm (rust-string-cache-codegen-0.4): Upgrade to
0.4.4.
[arguments]: Don't skip build. Replace rust-proc-macro2-0.4 with 1.0 in
cargo-inputs.
---
gnu/packages/crates-io.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aef1c78..3dd732c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16634,7 +16634,7 @@ developed as part of the Servo project.")
(define-public rust-string-cache-codegen-0.4
(package
(name "rust-string-cache-codegen")
- (version "0.4.2")
+ (version "0.4.4")
(source
(origin
(method url-fetch)
@@ -16643,14 +16643,13 @@ developed as part of the Servo project.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1npl9zq9cd16d7irksblgk7l7g6qknnzsmr12hrhky2fcpp1xshy"))))
+ "1ik78h9gs874i24rkyh0myg6x4ni2a9cazbv5yzs9yavnv8mxx7h"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-phf-generator" ,rust-phf-generator-0.7)
("rust-phf-shared" ,rust-phf-shared-0.7)
- ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+ ("rust-proc-macro2" ,rust-proc-macro2-1.0)
("rust-quote" ,rust-quote-1.0)
("rust-string-cache-shared"
,rust-string-cache-shared-0.3))))
- branch master updated (3fd8d20 -> 1d9b466), guix-commits, 2020/03/01
- 02/09: gnu: rust-synstructure-0.10: Don't skip build., guix-commits, 2020/03/01
- 03/09: gnu: rust-string-cache-codegen-0.4: Upgrade to 0.4.4.,
guix-commits <=
- 06/09: gnu: rust-winapi-build-0.1: Don't skip build., guix-commits, 2020/03/01
- 07/09: gnu: rust-antidote-1.0: Don't skip build., guix-commits, 2020/03/01
- 04/09: gnu: rust-string-cache-shared-0.3: Don't skip build., guix-commits, 2020/03/01
- 05/09: gnu: rust-string-cache-0.7: Upgrade to 0.7.5., guix-commits, 2020/03/01
- 09/09: gnu: rust-bitflags-1: Don't skip build., guix-commits, 2020/03/01
- 08/09: gnu: rust-bencher-0.1: Don't skip build., guix-commits, 2020/03/01
- 01/09: gnu: crates-io.scm: Sort alphabetically., guix-commits, 2020/03/01