diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-03-19 14:15:34 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-03-23 22:36:23 +0100 |
| commit | bb22f6dd835e3a8df5e315229937bd9265f9760d (patch) | |
| tree | 0f7065cc2707cf1d45dfc69babdf16fe64083590 | |
| parent | a4b8984388bcb97a8e7af69c822d1434146f38cb (diff) | |
gnu: guile-next: Update to b0f6549.
* gnu/packages/guile.scm (guile-next): Update to b0f6549 and bump ‘version’.
Change-Id: I956781d434ed9c471668000c46ed7ffd1c5f2c81
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7290
| -rw-r--r-- | gnu/packages/guile.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 77cc2f9b538..65d532dbf1d 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm | |||
| @@ -540,9 +540,9 @@ without requiring the source code to be rewritten.") | |||
| 540 | ; when heavily loaded) | 540 | ; when heavily loaded) |
| 541 | 541 | ||
| 542 | (define-public guile-next | 542 | (define-public guile-next |
| 543 | (let ((version "3.0.10") | 543 | (let ((version "3.0.11") |
| 544 | (revision "1") | 544 | (revision "1") |
| 545 | (commit "402e0dfa33f442ad238a0f82a332efa438538840")) | 545 | (commit "b0f6549889b90186a06a0769a47f43954b6fb889")) |
| 546 | (package | 546 | (package |
| 547 | (inherit guile-3.0) | 547 | (inherit guile-3.0) |
| 548 | (name "guile-next") | 548 | (name "guile-next") |
| @@ -556,7 +556,7 @@ without requiring the source code to be rewritten.") | |||
| 556 | (file-name (git-file-name name version)) | 556 | (file-name (git-file-name name version)) |
| 557 | (sha256 | 557 | (sha256 |
| 558 | (base32 | 558 | (base32 |
| 559 | "1l3xzv7kygdb7ca6nzayg9ingn7d5d9xsjlv1r7y7819axx3457f")))) | 559 | "1lqlapp7dr1y9ix8dy2amycjyqi4534m7xnb3bw23ikw7hfrakhq")))) |
| 560 | (arguments | 560 | (arguments |
| 561 | (substitute-keyword-arguments (package-arguments guile-3.0) | 561 | (substitute-keyword-arguments (package-arguments guile-3.0) |
| 562 | ((#:phases phases '%standard-phases) | 562 | ((#:phases phases '%standard-phases) |
