Skip to content

Commit 0b5adfd

Browse files
committed
guix: use LIEF 0.12.1
1 parent 4b6b4fc commit 0b5adfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ chain for " target " development."))
203203
(define-public lief
204204
(package
205205
(name "python-lief")
206-
(version "0.12.0")
206+
(version "0.12.1")
207207
(source
208208
(origin
209209
(method git-fetch)
@@ -213,7 +213,7 @@ chain for " target " development."))
213213
(file-name (git-file-name name version))
214214
(sha256
215215
(base32
216-
"026jchj56q25v6gc0754dj9cj5hz5zaza8ij93y5ga94w20kzm9q"))))
216+
"1xzbh3bxy4rw1yamnx68da1v5s56ay4g081cyamv67256g0qy2i1"))))
217217
(build-system python-build-system)
218218
(arguments
219219
`(#:phases

0 commit comments

Comments
 (0)