mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: shepherd-1.0: Update to 1.0.9.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.9. Change-Id: Ib8b6ecd4ca6658726304a6e573d4f3a5d36d00bb
This commit is contained in:
parent
e2e9af0360
commit
2d549178e1
1 changed files with 2 additions and 2 deletions
|
|
@ -596,14 +596,14 @@ interface and is based on GNU Guile.")
|
|||
(define-public shepherd-1.0
|
||||
(package
|
||||
(inherit shepherd-0.10)
|
||||
(version "1.0.8")
|
||||
(version "1.0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/shepherd/shepherd-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xbzf7vmanb36hfb0kc9a240x7xnkynsfs6hcz2kj0xzf19h1srv"))))
|
||||
"1mh080060lnycys8yq6kkiy363wif8dsip3nyklgd3a1r22wb274"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments shepherd-0.10)
|
||||
((#:configure-flags flags #~'())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue