guix: use LIEF 0.12.1

This commit is contained in:
fanquake 2022-06-16 15:45:08 +01:00
parent 4b6b4fc537
commit 0b5adfda87
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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