gnu: Add rust-botan-src-0.21903.

* gnu/packages/crates-io.scm (rust-botan-src-0.21903): New variable.
(rust-botan-src-0.21703): Inherit from rust-botan-src-0.21903.
This commit is contained in:
Efraim Flashner 2023-05-22 16:30:49 +03:00
parent f2359e14a7
commit e23392b700
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8276,8 +8276,30 @@ (define-public rust-botan-sys-0.8
(description "FFI wrapper for Botan cryptography library")
(license license:expat)))
(define-public rust-botan-src-0.21903
(package
(name "rust-botan-src")
(version "0.21903.1")
(source (origin
(method url-fetch)
(uri (crate-uri "botan-src" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"19fhll4g0v8hbyjxg8c790l9ln5xgf4r6xdcnw438mpy81hvrdxy"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "botan")))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://botan.randombit.net/")
(synopsis "Sources of Botan cryptography library")
(description "Sources of Botan cryptography library")
(license license:expat)))
(define-public rust-botan-src-0.21703
(package
(inherit rust-botan-src-0.21903)
(name "rust-botan-src")
(version "0.21703.0")
(source (origin
@ -8289,13 +8311,7 @@ (define-public rust-botan-src-0.21703
"0s2ad9q84qsrllfsbj7hjhn7gr3hab9ng6lwzwqmimia6yvja8y8"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "botan")))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://botan.randombit.net/")
(synopsis "Sources of Botan cryptography library")
(description "Sources of Botan cryptography library")
(license license:expat)))
'(begin (delete-file-recursively "botan")))))))
(define-public rust-boxfnonce-0.1
(package