mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: rust-botan-sys-0.10: Update to 0.10.5.
* gnu/packages/crates-crypto.scm (rust-botan-sys-0.10): Update to 0.10.5. [cargo-inputs]: Replace rust-botan-src-0.21903 with 0.30101. (rust-botan-src-0.21903): Remove variable. (rust-botan-src-0.30101): New variable. (rust-botan-src-0.21903): Inherit from rust-botan-src-0.30101. Change-Id: I032e685de7b350cb62a7bb4f682af806e06ac8a4
This commit is contained in:
parent
a48fc00ee1
commit
1cabbb721a
1 changed files with 16 additions and 16 deletions
|
@ -973,17 +973,17 @@ (define-public rust-botan-0.8
|
||||||
(define-public rust-botan-sys-0.10
|
(define-public rust-botan-sys-0.10
|
||||||
(package
|
(package
|
||||||
(name "rust-botan-sys")
|
(name "rust-botan-sys")
|
||||||
(version "0.10.3")
|
(version "0.10.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "botan-sys" version))
|
(uri (crate-uri "botan-sys" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cbjr44gc5dhmgl43sfiqzbsma4anfi3h26m4yzsli23yd1lmyf8"))))
|
"1ji12rxvi4h7pap772cd2hw4xdgqdsgw6m8wqin9klpbp3hxsjcz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-botan-src" ,rust-botan-src-0.21903))))
|
`(#:cargo-inputs (("rust-botan-src" ,rust-botan-src-0.30101))))
|
||||||
(inputs (list botan))
|
(inputs (list botan))
|
||||||
(home-page "https://botan.randombit.net/")
|
(home-page "https://botan.randombit.net/")
|
||||||
(synopsis "FFI wrapper for Botan cryptography library")
|
(synopsis "FFI wrapper for Botan cryptography library")
|
||||||
|
@ -1006,17 +1006,17 @@ (define-public rust-botan-sys-0.8
|
||||||
(("rust-botan-src" ,rust-botan-src-0.21703)
|
(("rust-botan-src" ,rust-botan-src-0.21703)
|
||||||
("rust-cty" ,rust-cty-0.2))))))
|
("rust-cty" ,rust-cty-0.2))))))
|
||||||
|
|
||||||
(define-public rust-botan-src-0.21903
|
(define-public rust-botan-src-0.30101
|
||||||
(package
|
(package
|
||||||
(name "rust-botan-src")
|
(name "rust-botan-src")
|
||||||
(version "0.21903.1")
|
(version "0.30101.2")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "botan-src" version))
|
(uri (crate-uri "botan-src" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "17xwnan8r21hzbxdailnidp9q54g787s9njhy63yqw83q0k09bxa"))
|
||||||
"19fhll4g0v8hbyjxg8c790l9ln5xgf4r6xdcnw438mpy81hvrdxy"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "botan")))))
|
'(begin (delete-file-recursively "botan")))))
|
||||||
|
@ -1029,7 +1029,7 @@ (define-public rust-botan-src-0.21903
|
||||||
|
|
||||||
(define-public rust-botan-src-0.21703
|
(define-public rust-botan-src-0.21703
|
||||||
(package
|
(package
|
||||||
(inherit rust-botan-src-0.21903)
|
(inherit rust-botan-src-0.30101)
|
||||||
(name "rust-botan-src")
|
(name "rust-botan-src")
|
||||||
(version "0.21703.0")
|
(version "0.21703.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
|
Loading…
Reference in a new issue