mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add rust-uucore-0.0.28.
* gnu/packages/crates-io.scm (rust-uucore-0.0.28): New variable. (rust-uucore-0.0.25): Remove variable. Change-Id: I4ee40f03beac5e1ea7620e5bc279d116bfc311f4
This commit is contained in:
parent
c556d8b335
commit
7d410dd43e
1 changed files with 9 additions and 7 deletions
|
@ -91581,17 +91581,17 @@ (define-public rust-uu-whoami-0.0.23
|
|||
(description "This package provides the @code{whoami} command from uutils.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-uucore-0.0.25
|
||||
(define-public rust-uucore-0.0.28
|
||||
(package
|
||||
(name "rust-uucore")
|
||||
(version "0.0.25")
|
||||
(version "0.0.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uucore" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1d59qc3d2z9dkf89y22c5kj7l5izfb4p3qkpd32xnhyb59r4m693"))))
|
||||
(base32 "04k4rbrxw37i7a081jiz03afhaam2gs82laccmsjb4a61h2l7sh4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-blake2b-simd" ,rust-blake2b-simd-1)
|
||||
|
@ -91604,24 +91604,26 @@ (define-public rust-uucore-0.0.25
|
|||
("rust-dunce" ,rust-dunce-1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-hex" ,rust-hex-0.4)
|
||||
("rust-itertools" ,rust-itertools-0.12)
|
||||
("rust-itertools" ,rust-itertools-0.13)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-md-5" ,rust-md-5-0.10)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-nix" ,rust-nix-0.28)
|
||||
("rust-nix" ,rust-nix-0.29)
|
||||
("rust-number-prefix" ,rust-number-prefix-0.4)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-os-display" ,rust-os-display-0.1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-sha1" ,rust-sha1-0.10)
|
||||
("rust-sha2" ,rust-sha2-0.10)
|
||||
("rust-sha3" ,rust-sha3-0.10)
|
||||
("rust-sm3" ,rust-sm3-0.4)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-time" ,rust-time-0.3)
|
||||
("rust-uucore-procs" ,rust-uucore-procs-0.0.25)
|
||||
("rust-uucore-procs" ,rust-uucore-procs-0.0.28)
|
||||
("rust-walkdir" ,rust-walkdir-2)
|
||||
("rust-wild" ,rust-wild-2)
|
||||
("rust-winapi-util" ,rust-winapi-util-0.1)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.48)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.59)
|
||||
("rust-xattr" ,rust-xattr-1)
|
||||
("rust-z85" ,rust-z85-3))
|
||||
#:cargo-development-inputs (("rust-clap" ,rust-clap-4)
|
||||
|
|
Loading…
Reference in a new issue