mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: rust-anyhow-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-anyhow-1): Drop minor version from name. (rust-codespan-reporting-0.9) (rust-swc-1) (rust-syn-1) (rust-thiserror-1) (rust-wasm-bindgen-webidl-0.2) (rust-svd-parser-0.9): Adjust accordingly. * gnu/packages/crates-gtk.scm (rust-glib-macros-0.10): Same. * gnu/packages/rust-apps.scm (fd): Same. * gnu/packages/sequoia.scm (sequoia): Same.
This commit is contained in:
parent
f7d3d1c81b
commit
d76f073aba
4 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -773,7 +773,7 @@ (define-public rust-glib-macros-0.10
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-heck" ,rust-heck-0.3)
|
("rust-heck" ,rust-heck-0.3)
|
||||||
("rust-itertools" ,rust-itertools-0.9)
|
("rust-itertools" ,rust-itertools-0.9)
|
||||||
("rust-proc-macro-crate" ,rust-proc-macro-crate-0.1)
|
("rust-proc-macro-crate" ,rust-proc-macro-crate-0.1)
|
||||||
|
|
|
@ -700,7 +700,7 @@ (define-public rust-antidote-1.0
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-anyhow-1.0
|
(define-public rust-anyhow-1
|
||||||
(package
|
(package
|
||||||
(name "rust-anyhow")
|
(name "rust-anyhow")
|
||||||
(version "1.0.37")
|
(version "1.0.37")
|
||||||
|
@ -4377,7 +4377,7 @@ (define-public rust-codespan-reporting-0.9
|
||||||
("rust-termcolor" ,rust-termcolor-1)
|
("rust-termcolor" ,rust-termcolor-1)
|
||||||
("rust-unicode-width" ,rust-unicode-width-0.1))
|
("rust-unicode-width" ,rust-unicode-width-0.1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-insta" ,rust-insta-0.16)
|
("rust-insta" ,rust-insta-0.16)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-peg" ,rust-peg-0.6)
|
("rust-peg" ,rust-peg-0.6)
|
||||||
|
@ -30507,7 +30507,7 @@ (define-public rust-swc-1
|
||||||
("rust-walkdir" ,rust-walkdir-2)
|
("rust-walkdir" ,rust-walkdir-2)
|
||||||
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4))
|
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-env-logger" ,rust-env-logger-0.7)
|
("rust-env-logger" ,rust-env-logger-0.7)
|
||||||
("rust-num-bigint" ,rust-num-bigint-0.2)
|
("rust-num-bigint" ,rust-num-bigint-0.2)
|
||||||
("rust-pretty-assertions" ,rust-pretty-assertions-0.6)
|
("rust-pretty-assertions" ,rust-pretty-assertions-0.6)
|
||||||
|
@ -30591,7 +30591,7 @@ (define-public rust-syn-1
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1))
|
("rust-quote" ,rust-quote-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-flate2" ,rust-flate2-1)
|
("rust-flate2" ,rust-flate2-1)
|
||||||
("rust-insta" ,rust-insta-0.16)
|
("rust-insta" ,rust-insta-0.16)
|
||||||
("rust-rayon" ,rust-rayon-1)
|
("rust-rayon" ,rust-rayon-1)
|
||||||
|
@ -31853,7 +31853,7 @@ (define-public rust-thiserror-1
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-thiserror-impl" ,rust-thiserror-impl-1.0))
|
(("rust-thiserror-impl" ,rust-thiserror-impl-1.0))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-ref-cast" ,rust-ref-cast-1.0)
|
("rust-ref-cast" ,rust-ref-cast-1.0)
|
||||||
("rust-rustversion" ,rust-rustversion-1)
|
("rust-rustversion" ,rust-rustversion-1)
|
||||||
("rust-trybuild" ,rust-trybuild-1))))
|
("rust-trybuild" ,rust-trybuild-1))))
|
||||||
|
@ -36395,7 +36395,7 @@ (define-public rust-wasm-bindgen-webidl-0.2
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-heck" ,rust-heck-0.3)
|
("rust-heck" ,rust-heck-0.3)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
@ -37664,7 +37664,7 @@ (define-public rust-svd-parser-0.9
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-either" ,rust-either-1)
|
("rust-either" ,rust-either-1)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-thiserror" ,rust-thiserror-1)
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
|
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
|
||||||
;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
|
||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
|
||||||
|
@ -200,7 +200,7 @@ (define-public fd
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-ansi-term" ,rust-ansi-term-0.12)
|
(("rust-ansi-term" ,rust-ansi-term-0.12)
|
||||||
("rust-anyhow" ,rust-anyhow-1.0)
|
("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-atty" ,rust-atty-0.2)
|
("rust-atty" ,rust-atty-0.2)
|
||||||
("rust-clap" ,rust-clap-2)
|
("rust-clap" ,rust-clap-2)
|
||||||
("rust-ctrlc" ,rust-ctrlc-3.1)
|
("rust-ctrlc" ,rust-ctrlc-3.1)
|
||||||
|
|
|
@ -70,7 +70,7 @@ (define-public sequoia
|
||||||
`(#:tests? #f ;; building the tests requires 9.7GB total
|
`(#:tests? #f ;; building the tests requires 9.7GB total
|
||||||
#:rust ,rust-1.46
|
#:rust ,rust-1.46
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1.0)
|
(("rust-anyhow" ,rust-anyhow-1)
|
||||||
("rust-backtrace" ,rust-backtrace-0.3)
|
("rust-backtrace" ,rust-backtrace-0.3)
|
||||||
("rust-base64" ,rust-base64-0.13)
|
("rust-base64" ,rust-base64-0.13)
|
||||||
;;("rust-buffered-reader" included
|
;;("rust-buffered-reader" included
|
||||||
|
|
Loading…
Reference in a new issue