GNU bug report logs - #51299
[PATCH 2/2] gnu: waypipe: Update to 0.8.1

Previous Next

Package: guix-patches;

Reported by: Robby Zambito <contact <at> robbyzambito.me>

Date: Wed, 20 Oct 2021 02:28:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 51299 in the body.
You can then email your comments to 51299 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51299; Package guix-patches. (Wed, 20 Oct 2021 02:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Robby Zambito <contact <at> robbyzambito.me>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Oct 2021 02:28:02 GMT) Full text and rfc822 format available.

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

From: Robby Zambito <contact <at> robbyzambito.me>
To: guix-patches <at> gnu.org
Cc: Robby Zambito <contact <at> robbyzambito.me>
Subject: [PATCH 2/2] gnu: waypipe: Update to 0.8.1
Date: Tue, 19 Oct 2021 22:19:37 -0400
* gnu/packages/freedesktop.scm (waypipe): Update to 0.8.1.
[arguments]: Remove obsolete 'fix-sleep-path phase.
---
 gnu/packages/freedesktop.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index eb19552746..9e28afe81a 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2439,7 +2439,7 @@ compositors.")
 (define-public waypipe
   (package
     (name "waypipe")
-    (version "0.8.0")
+    (version "0.8.1")
     (source
      (origin
        (method git-fetch)
@@ -2448,15 +2448,8 @@ compositors.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qa47ljfvb1vv3h647xwn1j5j8gfmcmdfaz4j8ygnkvj36y87vnz"))))
+        (base32 "1v08dv3dfz420v51ahz7qgv3429073kmgrf8f66s4c3jlpch2pa1"))))
     (build-system meson-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-sleep-path
-           (lambda* (#:key #:allow-other-keys)
-             (substitute* "./test/startup_failure.py"
-               (("sleep") (which "sleep"))))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("scdoc" ,scdoc)
-- 
2.33.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 28 Oct 2021 18:49:01 GMT) Full text and rfc822 format available.

Notification sent to Robby Zambito <contact <at> robbyzambito.me>:
bug acknowledged by developer. (Thu, 28 Oct 2021 18:49:01 GMT) Full text and rfc822 format available.

Message #10 received at 51299-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Robby Zambito <contact <at> robbyzambito.me>
Cc: 51299-done <at> debbugs.gnu.org
Subject: Re: bug#51299: [PATCH 2/2] gnu: waypipe: Update to 0.8.1
Date: Thu, 28 Oct 2021 20:47:42 +0200
Robby Zambito <contact <at> robbyzambito.me> skribis:

> * gnu/packages/freedesktop.scm (waypipe): Update to 0.8.1.
> [arguments]: Remove obsolete 'fix-sleep-path phase.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Nov 2021 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.