mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 15:25:54 +02:00
gnu: shepherd-run: Update to 0.2.0.
* gnu/packages/admin.scm (shepherd-run): Update to 0.2.0. Change-Id: I071db7cce06fef5bbf695617b429a33408125d46
This commit is contained in:
@@ -426,7 +426,7 @@ interface and is based on GNU Guile.")
|
||||
(define-public shepherd-run
|
||||
(package
|
||||
(name "shepherd-run")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -435,7 +435,7 @@ interface and is based on GNU Guile.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"033l8ignsrr6p2wgwcyqlswpbf58kyl8cf7zwkz028gqfq4arkr8"))))
|
||||
"0mvn5qi4bq9nsb1462pbzssb1z5w2s160lqd2ps3rjjc4z3f3gjj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user