mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: rust-base64-0.13: Fix code typo.
* gnu/packages/crates-io.scm (rust-base64-0.13): Fix code typo.
This commit is contained in:
parent
6f9edf40b8
commit
b12bf263db
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ (define-public rust-base58-0.1
|
|||
c6e7d37. However, this package works only up to 128 bytes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-pUblic rust-base64-0.13
|
||||
(define-public rust-base64-0.13
|
||||
(package
|
||||
(name "rust-base64")
|
||||
(version "0.13.0")
|
||||
|
|
Loading…
Reference in a new issue