[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68258] [PATCH 3/7] DRAFT gnu: shepherd: Update to 0.10.3.
From: |
Ludovic Courtès |
Subject: |
[bug#68258] [PATCH 3/7] DRAFT gnu: shepherd: Update to 0.10.3. |
Date: |
Fri, 5 Jan 2024 11:59:30 +0100 |
DRAFT: Update to the actual release.
* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.3.
Change-Id: I6b14a41c22a18bcf0c5bd380d7f118276d0f761c
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 377caf8793..e4de0c25d4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -373,14 +373,14 @@ (define-public shepherd-0.9
(define-public shepherd-0.10
(package
(inherit shepherd-0.9)
- (version "0.10.2")
+ (version "0.10.3rc1")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnu/shepherd/shepherd-"
+ (uri (string-append
"https://alpha.gnu.org/gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
- "0v9ld9gbqdp5ya380fbkdsxa0iqr90gi6yk004ccz3n792nq6wlj"))))
+ "05zjaqh2xzc929vlk5qvl8h6w7irm56j3nx8cw1z4fra6mmsgdgh"))))
(native-inputs (modify-inputs (package-native-inputs shepherd-0.9)
(replace "guile-fibers"
;; Work around
--
2.41.0