1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: shepherd: Update to 0.10.5.

* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.5.

Change-Id: I4f195917e0103ba1da75a52665848bbc877b5d24
This commit is contained in:
Ludovic Courtès
2024-06-26 23:27:09 +02:00
parent d11b96eb54
commit 6aaff90ad6

View File

@@ -392,14 +392,14 @@ interface and is based on GNU Guile.")
(define-public shepherd-0.10
(package
(inherit shepherd-0.9)
(version "0.10.4")
(version "0.10.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
"0206r2l914qjahzd1qill57r1qcg1x8faj0f6qv3x42wqx6x28ky"))))
"0k40n9qm5r5rqf94isa1857ghd4329zc5rjf3ll2572gpiw3ij4x"))))
(native-inputs (modify-inputs (package-native-inputs shepherd-0.9)
(replace "guile-fibers"
;; Work around