diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 16:03:31 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 23:13:27 +0900 |
| commit | 13d0ca4948e87a6bcf04f6913cc5951ac6c12a60 (patch) | |
| tree | e2d04eab82741c18decea4085ab58175ad388496 | |
| parent | faa7cc933af015cc7812d7c9ff8d4d4be75f336a (diff) | |
gnu: libfyaml: Update to 0.9.6.
* gnu/packages/serialization.scm (libfyaml): Update to 0.9.6.
| -rw-r--r-- | gnu/packages/serialization.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 8aaabba279e..06166d825ad 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm | |||
| @@ -473,7 +473,7 @@ in which the loaded data is arranged in memory.") | |||
| 473 | (define-public libfyaml | 473 | (define-public libfyaml |
| 474 | (package | 474 | (package |
| 475 | (name "libfyaml") | 475 | (name "libfyaml") |
| 476 | (version "0.8") | 476 | (version "0.9.6") |
| 477 | (source | 477 | (source |
| 478 | (origin | 478 | (origin |
| 479 | (method git-fetch) | 479 | (method git-fetch) |
| @@ -482,7 +482,7 @@ in which the loaded data is arranged in memory.") | |||
| 482 | (commit (string-append "v" version)))) | 482 | (commit (string-append "v" version)))) |
| 483 | (file-name (git-file-name name version)) | 483 | (file-name (git-file-name name version)) |
| 484 | (sha256 | 484 | (sha256 |
| 485 | (base32 "002g0grddfi5y42lq06zj8266rf7h27wq76sr598ad5pxllx3y3g")))) | 485 | (base32 "1hrp1vaa1f192krrvkmmfr9rsladzpm5jgxjzpnx5hkrw9xi054r")))) |
| 486 | (build-system gnu-build-system) | 486 | (build-system gnu-build-system) |
| 487 | (native-inputs | 487 | (native-inputs |
| 488 | (list autoconf | 488 | (list autoconf |
