mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: python-lief: Update to 0.12.3.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6fe844fbc5
commit
83bfdb4097
1 changed files with 2 additions and 2 deletions
|
@ -31235,7 +31235,7 @@ (define-public python-misskey
|
|||
(define-public python-lief
|
||||
(package
|
||||
(name "python-lief")
|
||||
(version "0.12.2")
|
||||
(version "0.12.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -31244,7 +31244,7 @@ (define-public python-lief
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xb21jsws8lw93by8r25ibzgiml8n1cp7rpzybc648lk6idw0zg6"))))
|
||||
"11i6hqmcjh56y554kqhl61698n9v66j2qk1c1g63mv2w07h2z661"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list cmake))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue