gnu: guile-fibers: Update to 1.4.0.

* gnu/packages/guile-xyz.scm (guile-fibers): Rename to…
(guile-fibers-1.3): … this.
(guile-fibers-1.4): New variable.
(guile-fibers): Turn into a alias for ‘guile-fibers-1.4’.
* gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: Change to
‘guile-fibers-1.3’.

Change-Id: If44f7482955da08be1927ad2933487ef9bf9bbdd
This commit is contained in:
Ludovic Courtès 2025-08-31 00:27:50 +02:00
parent 526e9334f3
commit 6a45a2aac0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 16 additions and 3 deletions

View file

@ -575,7 +575,7 @@ interface and is based on GNU Guile.")
(if (or (target-arm?)
(target-riscv64?))
guile-fibers-1.1
guile-fibers))))
guile-fibers-1.3)))) ;pinned version to avoid rebuilds
(inputs (modify-inputs (package-inputs shepherd-0.9)
(replace "guile-fibers"
(this-package-native-input "guile-fibers"))))))