diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-04-13 17:04:27 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-08-21 19:08:44 +0800 |
| commit | eb93536d327c4102951ee8eeeac0d4099ede6b01 (patch) | |
| tree | 20318a5e1edf690e8eb94449aadbe5bd37a4b277 /gnu/packages/librewolf.scm | |
| parent | b475dd6016e00b0172200d9f9cc2bd4c8985a9d9 (diff) | |
gnu: librewolf: Use current rust.
* gnu/packages/librewolf.scm (rust-librewolf): Define as rust.
Change-Id: Iee133114dc9961c58f5c8261803dc5e5a379bc98
Diffstat (limited to 'gnu/packages/librewolf.scm')
| -rw-r--r-- | gnu/packages/librewolf.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index 661c96276b4..c45b9db912c 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -205,8 +205,7 @@ ;;; but since in Guix only the latest packaged Rust is officially supported, ;;; it is a tradeoff worth making. ;;; 0: https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html -;; 136.0.1 wants 1.84, but it's not available in Guix yet. -(define rust-librewolf rust-1.82) +(define rust-librewolf rust) ;; Update this id with every update to its release date. ;; It's used for cache validation and therefore can lead to strange bugs. |
