mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-data-encoding-2: Update to 2.6.0.
* gnu/packages/crates-io.scm (rust-data-encoding-2): Update to 2.6.0. Change-Id: I68ad628c197b91bdd1a84522a436629ddf4faf39
This commit is contained in:
parent
668789cce4
commit
a9596195e2
1 changed files with 2 additions and 2 deletions
|
@ -21075,7 +21075,7 @@ (define-public rust-dashmap-4
|
|||
(define-public rust-data-encoding-2
|
||||
(package
|
||||
(name "rust-data-encoding")
|
||||
(version "2.5.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -21083,7 +21083,7 @@ (define-public rust-data-encoding-2
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rcbnwfmfxhlshzbn3r7srm3azqha3mn33yxyqxkzz2wpqcjm5ky"))))
|
||||
"1qnn68n4vragxaxlkqcb1r28d3hhj43wch67lm4rpxlw89wnjmp8"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/ia0/data-encoding")
|
||||
(synopsis "Efficient and customizable data-encoding functions")
|
||||
|
|
Loading…
Reference in a new issue