This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7957c22ae5 gnu: waypipe: Update to 0.11.0.
7957c22ae5 is described below
commit 7957c22ae57b1eb124bd893dce2475a230e8287e
Author: wvlab <[email protected]>
AuthorDate: Tue Jan 20 05:50:29 2026 +0200
gnu: waypipe: Update to 0.11.0.
* gnu/packages/rust-crates.scm (lookup-cargo-input): Use rust-nix-0.30.1 for
waypipe.
* gnu/packages/freedesktop.scm (waypipe): Update to 0.11.0.
Change-Id: I9d548edc7b128349de74326c537af679f3287454
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/freedesktop.scm | 4 ++--
gnu/packages/rust-crates.scm | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 498c8f90dc..d0d3de84c2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3523,7 +3523,7 @@ notifies the user using any notification daemon
implementing
(define-public waypipe
(package
(name "waypipe")
- (version "0.10.5")
+ (version "0.11.0")
(source
(origin
(method git-fetch)
@@ -3532,7 +3532,7 @@ notifies the user using any notification daemon
implementing
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rg9qzsi07b65cdf421895dfy4gkb1kwmkwn3sfx6n7sfr8b1z6a"))
+ (base32 "1vszh1mk71jvyicsnac944jdmldrsaym9n70zjzbvjbliz4pzdsd"))
(snippet
#~(begin (use-modules (guix build utils))
;; Fix the cargo flags:
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm
index 3c68f45dfb..a23a9bc000 100644
--- a/gnu/packages/rust-crates.scm
+++ b/gnu/packages/rust-crates.scm
@@ -60674,7 +60674,7 @@
rust-libloading-0.8.9
rust-log-0.4.28
rust-memoffset-0.9.1
- rust-nix-0.29.0
+ rust-nix-0.30.1
rust-once-cell-polyfill-1.70.2
rust-pkg-config-0.3.32
rust-strsim-0.11.1