diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-06-24 22:42:46 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-06-29 23:19:32 +0200 |
| commit | 65d3e4981a575fd93075917df7c8c0b25f9b6ffe (patch) | |
| tree | 16dc3ab25336b0b69717d62dda5c8a4d12ed8d89 /gnu/packages/plotutils.scm | |
| parent | f5178e17b121f081fce8925b4ba583c68e23ab3b (diff) | |
gnu: guile-charting: Update to 72c148f.
* gnu/packages/plotutils.scm (guile-charting): Update to 72c148f.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #9507
Diffstat (limited to 'gnu/packages/plotutils.scm')
| -rw-r--r-- | gnu/packages/plotutils.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index b54dba2ef1d..ccb8fd5927d 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm | |||
| @@ -223,8 +223,8 @@ LaTeX does for scientific text.") | |||
| 223 | (define-public guile-charting | 223 | (define-public guile-charting |
| 224 | ;; This commit fixes a few things, including Guile 3 support, not available | 224 | ;; This commit fixes a few things, including Guile 3 support, not available |
| 225 | ;; in the latest release. | 225 | ;; in the latest release. |
| 226 | (let ((commit "75f755b691a9f712f3b956657d01805d6a8a1b98") | 226 | (let ((commit "72c148fe164da36cf3f0fb877d858d65f10ee785") |
| 227 | (revision "1")) | 227 | (revision "2")) |
| 228 | (package | 228 | (package |
| 229 | (name "guile-charting") | 229 | (name "guile-charting") |
| 230 | (version (git-version "0.2.0" revision commit)) | 230 | (version (git-version "0.2.0" revision commit)) |
| @@ -236,7 +236,7 @@ LaTeX does for scientific text.") | |||
| 236 | (file-name (git-file-name name version)) | 236 | (file-name (git-file-name name version)) |
| 237 | (sha256 | 237 | (sha256 |
| 238 | (base32 | 238 | (base32 |
| 239 | "03049g7wnpyfi0r36ij4a46kc9l45jbanx02iklkjwav2n6jqnnk")))) | 239 | "1fnilx9973b6958gnjrr8012mhi840cp66rj5iq6gkp02kx34i3r")))) |
| 240 | (build-system gnu-build-system) | 240 | (build-system gnu-build-system) |
| 241 | (native-inputs | 241 | (native-inputs |
| 242 | (list autoconf automake texinfo pkg-config)) | 242 | (list autoconf automake texinfo pkg-config)) |
