mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-ailment: Update to 9.2.112.
* gnu/packages/python-xyz.scm (python-ailment): Update to 9.2.112. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
66db4f5c57
commit
3c1d1acd76
1 changed files with 2 additions and 2 deletions
|
@ -34061,13 +34061,13 @@ (define-public python-ailment
|
|||
(package
|
||||
(name "python-ailment")
|
||||
;; Must be the same version as python-angr.
|
||||
(version "9.2.46")
|
||||
(version "9.2.112")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "ailment" version))
|
||||
(sha256
|
||||
(base32 "073fcssbjis1ckwv2w0dcz2dfl6715bj4d4qdhspajj911mvng2f"))))
|
||||
(base32 "1rv8rwvdm7fc9mf8z5hqb54dsj0n7jlnwghd12ll0b2jmh2ix8mn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue