1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: shepherd: Update to 1.0.5.

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

Change-Id: I8be91b6ae6292bfb0242fc1bd3f70801d27a10ca
This commit is contained in:
Ludovic Courtès
2025-05-24 12:49:01 +02:00
parent f8527e7f20
commit 91c26959dc

View File

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