summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-05-24 12:49:01 +0200
committerLudovic Courtès <ludo@gnu.org>2025-05-24 12:49:01 +0200
commit91c26959dca33b52f7b251ce9645c1f4f34810bb (patch)
tree055b3cb7348381bf530ee3d714081e49d2f2c0a1 /gnu/packages/admin.scm
parentf8527e7f2044ec7bb19efcb25158ec7aa0fe5fa3 (diff)
gnu: shepherd: Update to 1.0.5.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.5. Change-Id: I8be91b6ae6292bfb0242fc1bd3f70801d27a10ca
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index cff378f184..9dc149cef3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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 #~'())