mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rcgen-0.13: Update to 0.13.2.
* gnu/packages/crates-tls.scm (rust-rcgen-0.13): Update to 0.13.2. Change-Id: I8b1a1df1c7c4c6beebc94b8760aa24c6c9dc602e
This commit is contained in:
parent
7e03f292f5
commit
cd165cea0f
1 changed files with 2 additions and 2 deletions
|
@ -1136,14 +1136,14 @@ grammars and BER/DER encodings, for example.")
|
||||||
(define-public rust-rcgen-0.13
|
(define-public rust-rcgen-0.13
|
||||||
(package
|
(package
|
||||||
(name "rust-rcgen")
|
(name "rust-rcgen")
|
||||||
(version "0.13.1")
|
(version "0.13.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rcgen" version))
|
(uri (crate-uri "rcgen" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yb7lg0pd1j66jr0kacs5z8q66fb9izkvsp11ma8hry4f8c7w1sl"))
|
(base32 "18l0rz228pvnc44bjmvq8cchhh5d2rrkk98y9lqvan9243jnkrkm"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue