mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: shepherd: Update to 1.0.7.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.7. Change-Id: I61474e237b6ca68baa9c60c19608664236dd47d9
This commit is contained in:
parent
e8beb2b9ec
commit
636fa5f149
1 changed files with 2 additions and 2 deletions
|
@ -583,14 +583,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.6")
|
(version "1.0.7")
|
||||||
(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
|
||||||
"0cxyf50s7zzszi591f2974r2x3jkmlwrv0y51xjmwscs97ddyx7w"))))
|
"15vmfbnah4p978zs4j95fl7m3sy98z1brgyz2m8s30zfh5srnnij"))))
|
||||||
(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