[PATCH] gnu: waypipe: Update to 0.9.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Wilko Meyer
Owner
unassigned
Submitted by
Wilko Meyer
Severity
normal
W
W
Wilko Meyer wrote on 16 May 22:04 +0200
(address . guix-patches@gnu.org)(name . Wilko Meyer)(address . w@wmeyer.eu)
20240516200645.5990-1-w@wmeyer.eu
* 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(-)

Toggle diff (24 lines)
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
?
(name . Wilko Meyer)(address . w@wmeyer.eu)(address . 70990-done@debbugs.gnu.org)
87msobwwfb.fsf@envs.net
Wilko Meyer <w@wmeyer.eu> writes:

Toggle quote (2 lines)
> * gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0.

Pushed to master as commit dc0fe79b61, thank you.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70990@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70990
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch