me
/
guix
Archived
1
0
Fork 0

gnu: rust-openssl-0.10: Update to 0.10.64.

* gnu/packages/crates-io.scm (rust-openssl-0.10): Update to 0.10.64.

Change-Id: Iafe0d4610dcbb24b974bef14a23167bcab05d9e2
master
Efraim Flashner 2024-03-14 09:17:59 +02:00
parent ae00393adf
commit f956e8499c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -44023,14 +44023,14 @@ crate.")
(define-public rust-openssl-0.10 (define-public rust-openssl-0.10
(package (package
(name "rust-openssl") (name "rust-openssl")
(version "0.10.57") (version "0.10.64")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "openssl" version)) (uri (crate-uri "openssl" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0z0f8g84y0lvnbc60586ibjpf8r1q1dv672vfqan5d5bk7imxhms")) "07vb455yh08qh3n493ssw1qsa3zg3zfj438kk2180453hq94i84m"))
(snippet (snippet
#~(begin (use-modules (guix build utils)) #~(begin (use-modules (guix build utils))
(substitute* "Cargo.toml" (substitute* "Cargo.toml"