mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: rust-unicode-bom-2: Update to 2.0.3.
* gnu/packages/crates-io.scm (rust-unicode-bom-2): Update to 2.0.3. Change-Id: Ib4f02610d21df18749d49333446df378d573e414
This commit is contained in:
parent
c13abe0ca1
commit
96d5146642
1 changed files with 2 additions and 2 deletions
|
@ -87400,14 +87400,14 @@ (define-public rust-unicode-bidi-0.3
|
|||
(define-public rust-unicode-bom-2
|
||||
(package
|
||||
(name "rust-unicode-bom")
|
||||
(version "2.0.2")
|
||||
(version "2.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unicode-bom" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lh5ckmw59v908mddgfgv19vv6yb0sm08z8adppd3m7hr5q0rscq"))))
|
||||
(base32 "05s2sqyjanqrbds3fxam35f92npp5ci2wz9zg7v690r0448mvv3y"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://gitlab.com/philbooth/unicode-bom")
|
||||
(synopsis "Unicode byte-order mark detection for files and byte arrays")
|
||||
|
|
Loading…
Reference in a new issue