mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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:
parent
ec1ada040d
commit
88846de139
1 changed files with 2 additions and 2 deletions
|
@ -477,14 +477,14 @@ interface and is based on GNU Guile.")
|
||||||
(define-public shepherd-1.0
|
(define-public shepherd-1.0
|
||||||
(package
|
(package
|
||||||
(inherit shepherd-0.10)
|
(inherit shepherd-0.10)
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/shepherd/shepherd-"
|
(uri (string-append "mirror://gnu/shepherd/shepherd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i8h4wp11nkn85vj79yh2sgzh5adgdvi6fgng4gkniycw58h0pc9"))))
|
"1gr4k57jv2flks2zvvmm0i1lpi9cmj9844zdz6l6yixhnh2aqjyz"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments shepherd-0.10)
|
(substitute-keyword-arguments (package-arguments shepherd-0.10)
|
||||||
((#:configure-flags flags #~'())
|
((#:configure-flags flags #~'())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue