[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: icedove-minimal: Build with newest rust-cbindgen.
From: |
guix-commits |
Subject: |
03/03: gnu: icedove-minimal: Build with newest rust-cbindgen. |
Date: |
Tue, 12 Mar 2024 03:03:15 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 7f1145d11a92b98ca1874e59c7761a63aec0454c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 11 20:33:09 2024 +0200
gnu: icedove-minimal: Build with newest rust-cbindgen.
* gnu/packages/gnuzilla.scm (icedove-minimal)[inputs]: Replace
rust-cbindgen-0.23 with rust-cbindgen.
Change-Id: I7e8f1edca86a5faf5a148e34a1ff20b85f16e039
---
gnu/packages/gnuzilla.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index aafe059177..1910a6d64c 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1850,7 +1850,7 @@ ca495991b7852b855"))
pkg-config
python-wrapper
rust
- rust-cbindgen-0.23
+ rust-cbindgen
which
yasm))
(home-page "https://www.thunderbird.net")