GNU bug report logs -
#70990
[PATCH] gnu: waypipe: Update to 0.9.0.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Thu, 16 May 2024 20:08:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 27 May 2024 15:23:04 +0800
with message-id <87msobwwfb.fsf <at> envs.net>
and subject line Re: [bug#70990] [PATCH] gnu: waypipe: Update to 0.9.0.
has caused the debbugs.gnu.org bug report #70990,
regarding [PATCH] gnu: waypipe: Update to 0.9.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70990: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70990
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0.
Change-Id: Icfeeada6d8b064decd620998e7af495bd1f9b1dd
---
Hi Guix,
Noticed waypipe was outdated, so I updated it accordingly. Builds
succesfully locally:
~/devel/guix [env]$ ./pre-inst-env guix build -K waypipe
/gnu/store/5jw3fsvfrlc5hima42nh7kg5pgc3a803-waypipe-0.9.0
Cheers!
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a77dab5794..820dd5adf5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3235,7 +3235,7 @@ (define-public poweralertd
(define-public waypipe
(package
(name "waypipe")
- (version "0.8.1")
+ (version "0.9.0")
(source
(origin
(method git-fetch)
@@ -3244,7 +3244,7 @@ (define-public waypipe
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1v08dv3dfz420v51ahz7qgv3429073kmgrf8f66s4c3jlpch2pa1"))))
+ (base32 "0pf1q8kyqyqa7gxar99i35q9np0k4vsf7xlrg12gyzc5k36lhknf"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config scdoc
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Wilko Meyer <w <at> wmeyer.eu> writes:
> * gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0.
Pushed to master as commit dc0fe79b61, thank you.
This bug report was last modified 1 year and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.