GNU bug report logs - #70990
[PATCH] gnu: waypipe: Update to 0.9.0.

Previous Next

Package: guix-patches;

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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: guix-patches <at> gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH] gnu: waypipe: Update to 0.9.0.
Date: Thu, 16 May 2024 22:04:08 +0200
* 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





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.