mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-human-format-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-human-format-1): Update to 1.1.0. Change-Id: Ic97d3183c60bc4d8e9c5d065191d113284f9d484
This commit is contained in:
parent
7ccb05df3a
commit
fd93093e71
1 changed files with 2 additions and 2 deletions
|
@ -35135,14 +35135,14 @@ (define-public rust-human-date-parser-0.1
|
|||
(define-public rust-human-format-1
|
||||
(package
|
||||
(name "rust-human-format")
|
||||
(version "1.0.3")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "human_format" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1c3w2lm41gmnd82acjsi6y50ym2sh5fdb6abghysmaaqsxhf5k46"))))
|
||||
(base32 "1f45y1vib7z96ij5xv623rxpdm3ap4bj11j84jqjg7a5iir1yfsw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t)) ; Wants the galvanic framework for the tests.
|
||||
|
|
Loading…
Reference in a new issue