mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
guix: use LIEF 0.12.1
This commit is contained in:
parent
4b6b4fc537
commit
0b5adfda87
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ chain for " target " development."))
|
|||
(define-public lief
|
||||
(package
|
||||
(name "python-lief")
|
||||
(version "0.12.0")
|
||||
(version "0.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -213,7 +213,7 @@ chain for " target " development."))
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"026jchj56q25v6gc0754dj9cj5hz5zaza8ij93y5ga94w20kzm9q"))))
|
||||
"1xzbh3bxy4rw1yamnx68da1v5s56ay4g081cyamv67256g0qy2i1"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Reference in a new issue