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:
Efraim Flashner 2024-12-22 21:16:09 +02:00
parent 7ccb05df3a
commit fd93093e71
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.