diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-20 16:37:30 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-21 15:07:33 +0200 |
| commit | 4487a0595ec7b3c1033cc8cafa30d6aeef079bdd (patch) | |
| tree | 46c005f094af39a23b2a04174b22c1cbba8ce952 | |
| parent | d39def53d9562ccdbfc10044238e60635d926e7f (diff) | |
gnu: python-pynormaliz: Update to 2.24.
* gnu/packages/algebra.scm (python-pynormaliz): Update to 2.24.
| -rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index ade42fb69e8..5141f25298a 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm | |||
| @@ -1262,13 +1262,13 @@ algebraic extensions of QQ.") | |||
| 1262 | (define-public python-pynormaliz | 1262 | (define-public python-pynormaliz |
| 1263 | (package | 1263 | (package |
| 1264 | (name "python-pynormaliz") | 1264 | (name "python-pynormaliz") |
| 1265 | (version "2.21") | 1265 | (version "2.24") |
| 1266 | (source | 1266 | (source |
| 1267 | (origin | 1267 | (origin |
| 1268 | (method url-fetch) | 1268 | (method url-fetch) |
| 1269 | (uri (pypi-uri "pynormaliz" version)) | 1269 | (uri (pypi-uri "pynormaliz" version)) |
| 1270 | (sha256 | 1270 | (sha256 |
| 1271 | (base32 "0hsyxml71i2b9pa375ipbfpackj3y67jlg2rxgc433sfy3895wvf")))) | 1271 | (base32 "1749z0wn57qpnqac53jrgpy6d0qy0klhy5zhp0n4gi2p9krcv48y")))) |
| 1272 | (build-system pyproject-build-system) | 1272 | (build-system pyproject-build-system) |
| 1273 | (arguments | 1273 | (arguments |
| 1274 | (list | 1274 | (list |
