gnu: shepherd: Update to 1.0.7.

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

Change-Id: I61474e237b6ca68baa9c60c19608664236dd47d9
This commit is contained in:
Ludovic Courtès 2025-09-03 22:32:27 +02:00
parent e8beb2b9ec
commit 636fa5f149
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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