gnu: shepherd: Update to 1.0.6.

* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.6.

Change-Id: I2ad080074b7059fadebaf7c3c6d1c427e0ae69c4
This commit is contained in:
Ludovic Courtès 2025-07-09 12:33:23 +02:00
parent 70d8485356
commit 7abc8869f5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -582,14 +582,14 @@ interface and is based on GNU Guile.")
(define-public shepherd-1.0
(package
(inherit shepherd-0.10)
(version "1.0.5")
(version "1.0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
"1y05d345s07xgbsdnsx0qxv4shksbfmvp9g5j6202j9bl1lm0irw"))))
"0cxyf50s7zzszi591f2974r2x3jkmlwrv0y51xjmwscs97ddyx7w"))))
(arguments
(substitute-keyword-arguments (package-arguments shepherd-0.10)
((#:configure-flags flags #~'())