diff options
author | Sören Tempel <soeren@soeren-tempel.net> | 2024-09-27 20:34:54 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-07 12:51:23 +0200 |
commit | 3c1d1acd7653b974f82ac65aeb238db6f98c3935 (patch) | |
tree | c863811b62be29df1146ebb3f72b3b69461716b7 | |
parent | 66db4f5c5751afa7c3471079136c6be1ae1e947b (diff) | |
download | guix-3c1d1acd7653b974f82ac65aeb238db6f98c3935.tar guix-3c1d1acd7653b974f82ac65aeb238db6f98c3935.tar.gz |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ac3e224d1d..c4b5709007 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34061,13 +34061,13 @@ and BMI2).") (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 |