me
/
guix
Archived
1
0
Fork 0

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>
master
Wilko Meyer 2024-05-16 22:04:08 +02:00 committed by 宋文武
parent 8c3bfb0a0b
commit dc0fe79b61
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -3239,7 +3239,7 @@ notifies the user using any notification daemon implementing
(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 @@ notifies the user using any notification daemon implementing
(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