me
/
guix
Archived
1
0
Fork 0

gnu: shepherd: Update to 0.10.5.

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

Change-Id: I4f195917e0103ba1da75a52665848bbc877b5d24
master
Ludovic Courtès 2024-06-26 23:27:09 +02:00
parent d11b96eb54
commit 6aaff90ad6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

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