1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

gnu: rust-fiat-crypto-0.1: Update to 0.1.20.

* gnu/packages/crates-crypto.scm (rust-fiat-crypto-0.1): Update to
0.1.20.

Change-Id: I5e2b0aaa415eac5fc36984422d0db3db329cbb96
This commit is contained in:
Efraim Flashner
2024-04-02 10:49:01 +03:00
parent 184e9cbcb7
commit fd553ea8bc

View File

@@ -2517,7 +2517,7 @@ curve forms, scalars, points, and public/secret keys composed thereof.")
(package
(inherit rust-fiat-crypto-0.2)
(name "rust-fiat-crypto")
(version "0.1.11")
(version "0.1.20")
(source
(origin
(method url-fetch)
@@ -2525,7 +2525,7 @@ curve forms, scalars, points, and public/secret keys composed thereof.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"12gyr01z3bkahbxcrj2nsdq42qbqgq12w32dvpr6a7930i0qfxi1"))))))
"0xvbcg6wh42q3n7294mzq5xxw8fpqsgc0d69dvm5srh1f6cgc9g8"))))))
(define-public rust-ghash-0.5
(package