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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 70990 in the body.
You can then email your comments to 70990 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#70990
; Package
guix-patches
.
(Thu, 16 May 2024 20:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 16 May 2024 20:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Mon, 27 May 2024 07:24:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Wilko Meyer <w <at> wmeyer.eu>
:
bug acknowledged by developer.
(Mon, 27 May 2024 07:24:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 70990-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Jun 2024 11:24:12 GMT)
Full text and
rfc822 format available.
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.