mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: waypipe: Update to 0.9.0.
* gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0. Change-Id: Icfeeada6d8b064decd620998e7af495bd1f9b1dd Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
8c3bfb0a0b
commit
dc0fe79b61
1 changed files with 2 additions and 2 deletions
|
@ -3239,7 +3239,7 @@ (define-public poweralertd
|
||||||
(define-public waypipe
|
(define-public waypipe
|
||||||
(package
|
(package
|
||||||
(name "waypipe")
|
(name "waypipe")
|
||||||
(version "0.8.1")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3248,7 +3248,7 @@ (define-public waypipe
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v08dv3dfz420v51ahz7qgv3429073kmgrf8f66s4c3jlpch2pa1"))))
|
(base32 "0pf1q8kyqyqa7gxar99i35q9np0k4vsf7xlrg12gyzc5k36lhknf"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config scdoc
|
(list pkg-config scdoc
|
||||||
|
|
Loading…
Reference in a new issue