diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-05 18:15:53 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:34 +0100 |
| commit | 5fac60ce086773090a99234d2cf63ee8f670e88d (patch) | |
| tree | 8de6eaccab875ad131d957ec108f60bfab1699ac /gnu/packages/python-xyz.scm | |
| parent | ca89f632ea3c45b3c209d55f160a9767b1727779 (diff) | |
gnu: python-grandalf: Fix build.
* gnu/packages/python-xyz.scm (python-grandalf)[source]
{patches}: Add patch to fix the latest numpy bump.
Relates-to: guix/guix!10394
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 367c758d7d9..f79423834a0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -15274,8 +15274,16 @@ memoizing PEG/Packrat parser in Python.") | |||
| 15274 | (commit (string-append "v" version)))) | 15274 | (commit (string-append "v" version)))) |
| 15275 | (file-name (git-file-name name version)) | 15275 | (file-name (git-file-name name version)) |
| 15276 | (sha256 | 15276 | (sha256 |
| 15277 | (base32 | 15277 | (base32 "199f86hz3g4p237ma4j27rzwmska3bxzsbgq20i4l4pczf9v7ax0")) |
| 15278 | "199f86hz3g4p237ma4j27rzwmska3bxzsbgq20i4l4pczf9v7ax0")))) | 15278 | (patches |
| 15279 | (list | ||
| 15280 | (origin | ||
| 15281 | (method url-fetch) | ||
| 15282 | (uri | ||
| 15283 | (string-append "https://github.com/bdcht/grandalf/commit/" | ||
| 15284 | "e61df12f00124b615a220cfcd58dd6f89d226264.patch")) | ||
| 15285 | (sha256 | ||
| 15286 | (base32 "1p0315flsg4frpadcnn7fh41y5k3cdz4h722v6ri88a3s6hcpd36"))))))) | ||
| 15279 | (build-system pyproject-build-system) | 15287 | (build-system pyproject-build-system) |
| 15280 | (arguments | 15288 | (arguments |
| 15281 | (list | 15289 | (list |
