me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-base64ct-1.0.1.

* gnu/packages/crates-io.scm (rust-base64ct-1.0.1): New variable.

This will be needed later because some packages request specifically this
version, probably due to some non-backwards compatible change.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Attila Lendvai 2022-01-24 11:34:03 +01:00 committed by Nicolas Goaziou
parent d20c51e5e6
commit 932aa1b345
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 14 additions and 0 deletions

View File

@ -5809,6 +5809,20 @@ portable \"best effort\" constant-time operation and embedded-friendly
@code{no_std} support.")
(license (list license:asl2.0 license:expat))))
(define-public rust-base64ct-1.0.1
(package
(inherit rust-base64ct-1)
(name "rust-base64ct")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "base64ct" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0sx4a44c2n450lsmi0q1mgfbjhkw1sx57462cv77p0mmy9mgscla"))))
(arguments '())))
(define-public rust-base-x-0.2
(package
(name "rust-base-x")