1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: shepherd: Update to 1.0.2.

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

Change-Id: Idcf47383b127de6a39b4d3aba197f78e38b8f248
This commit is contained in:
Ludovic Courtès 2025-02-12 10:28:47 +01:00
parent ec1ada040d
commit 88846de139
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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