mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: rust-base64-0: Update to 0.12.3.
* gnu/packages/crates-io.scm (rust-base64-0): Update to 0.12.3.
This commit is contained in:
parent
d6a0dbd6dc
commit
7121ec8c9d
1 changed files with 2 additions and 2 deletions
|
@ -1074,7 +1074,7 @@ (define-public rust-backtrace-sys-0.1
|
|||
(define-public rust-base64-0.12
|
||||
(package
|
||||
(name "rust-base64")
|
||||
(version "0.12.2")
|
||||
(version "0.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1083,7 +1083,7 @@ (define-public rust-base64-0.12
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ryc48pp8dpx3rl1dcwn723dyfgifi4imh1f6kwd95lcqh6sy8z2"))
|
||||
"1zq33had71xh48n17g4kqs96szhx3yh7qibzwi4fk217n3vz0h9l"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue