Skip to content

Commit

Permalink
guix: update LIEF to 0.14.1
Browse files Browse the repository at this point in the history
This includes lief-project/LIEF#975, which I'd
like to use in bitcoin#24123.
  • Loading branch information
fanquake committed Mar 22, 2024
1 parent 71b6319 commit 555a386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ chain for " target " development."))
(define-public python-lief
(package
(name "python-lief")
(version "0.13.2")
(version "0.14.1")
(source (origin
(method git-fetch)
(uri (git-reference
Expand All @@ -165,7 +165,7 @@ chain for " target " development."))
(string-append m (number->string (parallel-job-count)))))))
(sha256
(base32
"0y48x358ppig5xp97ahcphfipx7cg9chldj2q5zrmn610fmi4zll"))))
"0v8kqylm1f3cv750jjjla7qlpsw6jz1fc9qax0jqbpfjvym8xf3f"))))
(build-system python-build-system)
(native-inputs (list cmake-minimal python-tomli))
(arguments
Expand Down

0 comments on commit 555a386

Please sign in to comment.