all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70990] [PATCH] gnu: waypipe: Update to 0.9.0.
@ 2024-05-16 20:04 Wilko Meyer
  2024-05-27  7:23 ` bug#70990: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-05-16 20:04 UTC (permalink / raw)
  To: 70990; +Cc: Wilko Meyer

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70990: [PATCH] gnu: waypipe: Update to 0.9.0.
  2024-05-16 20:04 [bug#70990] [PATCH] gnu: waypipe: Update to 0.9.0 Wilko Meyer
@ 2024-05-27  7:23 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-05-27  7:23 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 70990-done

Wilko Meyer <w@wmeyer.eu> writes:

> * gnu/packages/freedesktop.scm (waypipe): Update to 0.9.0.

Pushed to master as commit dc0fe79b61, thank you.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-27  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16 20:04 [bug#70990] [PATCH] gnu: waypipe: Update to 0.9.0 Wilko Meyer
2024-05-27  7:23 ` bug#70990: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.