mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libsecp256k1: Update to 0.6.0.
* gnu/packages/crypto.scm (libsecp256k1): Update to 0.6.0. Change-Id: Ifc3691c523f1c50f5b065b985ab97b0fe1774638 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5a7a7dda9e
commit
71f8d89569
1 changed files with 2 additions and 2 deletions
|
@ -1050,7 +1050,7 @@ trivial to build for local use. Portability is emphasized over performance.")
|
||||||
(define-public libsecp256k1
|
(define-public libsecp256k1
|
||||||
(package
|
(package
|
||||||
(name "libsecp256k1")
|
(name "libsecp256k1")
|
||||||
(version "0.5.1")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1059,7 +1059,7 @@ trivial to build for local use. Portability is emphasized over performance.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f3nq1dg6afbwp45m2rbndd8mpvx7hhggmzji22csyzwhq3fz2r1"))
|
"0v9xa9vbr18c4kxflp718h5cilkgpwrfyrl65pjxzj6g598qs954"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; These files are pre-generated, the build system is able to
|
;; These files are pre-generated, the build system is able to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue